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