Add zsh plugins for autocompletion and suggestions

This commit is contained in:
Marty Oehme 2018-12-19 13:16:52 +01:00
parent 3b3f17368e
commit b1e97c3682
1 changed files with 3 additions and 1 deletions

4
.zshrc
View File

@ -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