From 616351f99eed639682fad24651cf300681f8f638 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Mon, 7 May 2018 22:41:11 +0100 Subject: [PATCH] add autocomplete to shell --- shells/zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shells/zsh/zshrc b/shells/zsh/zshrc index b18054ef..80dff553 100644 --- a/shells/zsh/zshrc +++ b/shells/zsh/zshrc @@ -52,7 +52,7 @@ ZSH_CUSTOM=$HOME/.dotfiles/shells/zsh/oh-my-zsh # 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