Skip to content

Commit

Permalink
Added serverless package sources
Browse files Browse the repository at this point in the history
  • Loading branch information
eko committed Sep 7, 2019
1 parent ea8d251 commit bdb77b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .sources
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ source /Users/vincent/.rvm/scripts/rvm

# iTerm2
test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh"

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

0 comments on commit bdb77b8

Please sign in to comment.