अन्य सुविधाओं को प्राप्त करने के लिए यहां दिए गए चरणों का पालन करें:
https://github.com/abhigenie92/zsh_to_fish
- ओह-माय-ज़श स्थापित करें
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
- क्लोन आवश्यक प्लगइन्स।
git clone git://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-history-substring-search ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-history-substring-search
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
- के
~/.zshrc
रूप में प्लगइन्स जोड़ें
plugins = ( [plugins...] zsh-autosuggestions zsh-history-substring-search zsh-syntax-highlighting)
नोट: सुनिश्चित करें कि zsh-syntax-highlighting उपरोक्त सूची में अंतिम है।
- पृष्ठभूमि विषय समस्याओं को ठीक करें (आवश्यक नहीं कि यह आपके विषय पर निर्भर करता है।) निम्न पंक्ति को अपने में जोड़ें
~/.zshrc
।
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=white'
- पुनः प्रारंभ करें zsh
source ~/.zshrc
यदि आपको उत्तर पसंद है, तो कृपया गीथब रेपो अभिनीत करें।
apt list
, लेकिन इसके लिए नहीं--upgradable
। जब मैं टाइप करना शुरू करता हूं--u
, तो यह सुझाव दिखाता है , लेकिन दबानेtab
से यह स्वतः पूर्ण नहीं होता है।