Add better npm completion

master
Jonathan Hodgson 6 years ago
parent 3c0723433e
commit bf0ef54ead
  1. 3
      .gitmodules
  2. 1
      shells/zsh/oh-my-zsh/plugins/zsh-better-npm-completion
  3. 2
      shells/zsh/zshrc

3
.gitmodules vendored

@ -10,3 +10,6 @@
[submodule "shells/zsh/oh-my-zsh/plugins/zsh-autosuggestions"]
path = shells/zsh/oh-my-zsh/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions
[submodule "shells/zsh/oh-my-zsh/plugins/zsh-better-npm-completion"]
path = shells/zsh/oh-my-zsh/plugins/zsh-better-npm-completion
url = https://github.com/lukechilds/zsh-better-npm-completion

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

@ -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

Loading…
Cancel
Save