Terraform, functions, and more...

This commit is contained in:
Andrew Tomaka 2018-05-30 09:14:30 -04:00
parent a3eb26d268
commit 000412c0cf
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
6 changed files with 39 additions and 11 deletions

7
zshrc
View file

@ -54,10 +54,3 @@ 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