diff --git a/.zshrc b/.zshrc index 96570a3..1f595f4 100644 --- a/.zshrc +++ b/.zshrc @@ -70,14 +70,16 @@ ZSH_THEME="robbyrussell" # HIST_STAMPS="mm/dd/yyyy" # Would you like to use another custom folder than $ZSH/custom? -# ZSH_CUSTOM=/path/to/new-custom-folder +ZSH_CUSTOM=/usr/share/zsh # Which plugins would you like to load? # Standard plugins can be found in $ZSH/plugins/ # 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) # User configuration