Skip to content

Commit

Permalink
feat: add node-completions for serverless framework
Browse files Browse the repository at this point in the history
  • Loading branch information
seantrane committed Aug 29, 2018
1 parent 0c1a08b commit ea5aef1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions zsh/zshrc.symlink
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,10 @@
#
# Put stuff in conditional section of `~/.zshenv`.
# See comments in `~/.zshenv` for detailed summary.

# tabtab source for serverless package
# uninstall by removing these lines or running `tabtab uninstall serverless`
[[ -f /usr/local/lib/node_modules/serverless/node_modules/tabtab/.completions/serverless.zsh ]] && . /usr/local/lib/node_modules/serverless/node_modules/tabtab/.completions/serverless.zsh
# tabtab source for sls package
# uninstall by removing these lines or running `tabtab uninstall sls`
[[ -f /usr/local/lib/node_modules/serverless/node_modules/tabtab/.completions/sls.zsh ]] && . /usr/local/lib/node_modules/serverless/node_modules/tabtab/.completions/sls.zsh

0 comments on commit ea5aef1

Please sign in to comment.