add autocomplete to shell

Jonathan Hodgson 6 years ago
parent bc2f4db4b6
commit 9df6bc85cd
  1. 2
      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

Loading…
Cancel
Save