Mac 下 autojump 与 autosuggestions

AutoJump

$ brew install autojump
$ $ echo ' [[ -s $(brew --prefix)/etc/profile.d/autojump.sh ]] && . $(brew --prefix)/etc/profile.d/autojump.sh' >> ~/.zshrc && source ~/.zshrc

AutoSuggestions

$ brew install zsh-autosuggestions
$ source /usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh

Tig

$ brew install tig

Tree

$ brew install tree

你可能感兴趣的:(Mac 下 autojump 与 autosuggestions)