diff --git a/.zshrc b/.zshrc index 646c6f6..3c648ad 100644 --- a/.zshrc +++ b/.zshrc @@ -52,7 +52,7 @@ COMPLETION_WAITING_DOTS="true" # 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) +plugins=(git zsh-autosuggestions) source $ZSH/oh-my-zsh.sh