Add better npm completion

This commit is contained in:
Jonathan Hodgson 2018-10-12 09:32:25 +01:00
parent de90f690af
commit 5b2bc0eda6
3 changed files with 5 additions and 1 deletions

@ -0,0 +1 @@
Subproject commit b61f6bb4e640728c42ae84ca55a575ee88c60fe8

View file

@ -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 zsh-autosuggestions)
plugins=(git zsh-better-npm-completion zsh-autosuggestions)
source $ZSH/oh-my-zsh.sh