add autocomplete and zsh-z plugins

This commit is contained in:
Tim
2021-06-28 11:51:57 +02:00
parent abcdd91416
commit 2fab960c59
2 changed files with 4 additions and 1 deletions

View File

@ -75,7 +75,7 @@ HIST_STAMPS="yyyy-mm-dd"
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
plugins=(git z)
plugins=(git zsh-z composer cp extract zsh-autosuggestions)
source $ZSH/oh-my-zsh.sh