diff --git a/.zshrc b/.zshrc index 9a7eac0..bda8c31 100644 --- a/.zshrc +++ b/.zshrc @@ -70,8 +70,11 @@ ZSH_THEME="agnoster" # Custom plugins may be added to $ZSH_CUSTOM/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(git) - +plugins=( +git +zsh-autosuggestions +zsh-syntax-highlighting +) source $ZSH/oh-my-zsh.sh # User configuration