Quick commit before reformatting
This commit is contained in:
parent
6312e20912
commit
a3eb26d268
4 changed files with 14 additions and 3 deletions
7
zshrc
7
zshrc
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue