Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 405 Bytes

zsh.md

File metadata and controls

13 lines (10 loc) · 405 Bytes

Z-Shell

plugins for Oh-My-Zsh

git clone https://github.com/zsh-users/zsh-autosuggestions.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions

git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting

Add plugings in ~/.zshrc

plugins=(git zsh-syntax-highlighting zsh-autosuggestions)