Add zsh plugins for autocompletion and suggestions
This commit is contained in:
parent
3b3f17368e
commit
b1e97c3682
1 changed files with 3 additions and 1 deletions
4
.zshrc
4
.zshrc
|
@ -65,7 +65,9 @@ ZSH_THEME="powerlevel9k/powerlevel9k"
|
|||
plugins=(
|
||||
git,
|
||||
colored-man-pages,
|
||||
zsh-syntax-highlighting
|
||||
zsh-syntax-highlighting,
|
||||
zsh-autosuggestions,
|
||||
zsh-completions
|
||||
)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
|
Loading…
Reference in a new issue