mac下終極好用的shell,終極shell

starsfun發表於2017-03-24

終極的shell 大家先看池大的文章MacTalk-池建強的隨想錄,我主要會講一點,對於經常頻繁操作的你,功能應該很強大。

安裝zsh-autosuggestions

git clone git://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions

編輯~/.zshrc檔案

找到plugins=(git)這一行,然後再新增autosuggestions

plugins=(git zsh-autosuggestions autojump wd web-search history history-substring-search)

繼續新增如下程式碼,如果已經存在則不新增:

source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh

相關文章