Quick commit before reformatting

This commit is contained in:
Andrew Tomaka 2018-01-03 11:49:50 -05:00
parent 6312e20912
commit a3eb26d268
No known key found for this signature in database
GPG key ID: C78D1A81582BAC86
4 changed files with 14 additions and 3 deletions

7
zshrc
View file

@ -54,3 +54,10 @@ setopt auto_cd
# better word definition
autoload -U select-word-style
select-word-style bash
# tabtab source for serverless package
# uninstall by removing these lines or running `tabtab uninstall serverless`
[[ -f /Users/atomaka/Source/tweet-africa/node_modules/tabtab/.completions/serverless.zsh ]] && . /Users/atomaka/Source/tweet-africa/node_modules/tabtab/.completions/serverless.zsh
# tabtab source for sls package
# uninstall by removing these lines or running `tabtab uninstall sls`
[[ -f /Users/atomaka/Source/tweet-africa/node_modules/tabtab/.completions/sls.zsh ]] && . /Users/atomaka/Source/tweet-africa/node_modules/tabtab/.completions/sls.zsh