From 75872b4067baca7f32495eaa8072715684faa93f Mon Sep 17 00:00:00 2001 From: "Chuck Hawley (chawley/shawshank)" Date: Tue, 10 Oct 2017 12:31:35 -0400 Subject: [PATCH] Added zsh-autosuggestions plugin (https://github.com/zsh-users/zsh-autosuggestions) --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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