mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
ZSH additions
Added alias for Sourcetree, added helper method to make Puppet's PDK work, and added conditional additions for Google's SDK.
This commit is contained in:
parent
7a61e3414c
commit
2e9ada45ef
1 changed files with 8 additions and 2 deletions
|
|
@ -81,6 +81,7 @@ export SSH_AUTH_SOCK=~/.gnupg/S.gpg-agent.ssh
|
||||||
#alias ls='ls -G'
|
#alias ls='ls -G'
|
||||||
alias sal='ssh-add -L'
|
alias sal='ssh-add -L'
|
||||||
alias sz='source ~/.zshrc'
|
alias sz='source ~/.zshrc'
|
||||||
|
alias st='/Applications/SourceTree.app/Contents/MacOS/SourceTree &'
|
||||||
alias ykey='pkill gpg-agent && source ~/.zshrc; ssh-add -L'
|
alias ykey='pkill gpg-agent && source ~/.zshrc; ssh-add -L'
|
||||||
|
|
||||||
export EDITOR='vim'
|
export EDITOR='vim'
|
||||||
|
|
@ -92,10 +93,15 @@ if [[ `uname` == 'Darwin' ]]; then
|
||||||
export PATH=$PATH:/usr/local/sbin
|
export PATH=$PATH:/usr/local/sbin
|
||||||
export PATH=$PATH:/Applications/Araxis\ Merge.app/Contents/Utilities
|
export PATH=$PATH:/Applications/Araxis\ Merge.app/Contents/Utilities
|
||||||
export PATH="/usr/local/opt/python/libexec/bin:$PATH"
|
export PATH="/usr/local/opt/python/libexec/bin:$PATH"
|
||||||
|
eval '/usr/libexec/path_helper -s' > /dev/null
|
||||||
export PATH=$PATH:/usr/local/opt/node@6/bin
|
export PATH=$PATH:/usr/local/opt/node@6/bin
|
||||||
|
|
||||||
|
if [[ -f '/Applications/google-cloud-sdk' ]]; then
|
||||||
|
source /Applications/google-cloud-sdk/completion.zsh.inc
|
||||||
|
source /Applications/google-cloud-sdk/path.zsh.inc
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
# added by travis gem
|
# added by travis gem
|
||||||
[ -f ~/.travis/travis.sh ] && source ~/.travis/travis.sh || echo 'The travis gem is missing. After installing it run "echo y|travis" to create ~/.travis'
|
[ -f ~/.travis/travis.sh ] && source ~/.travis/travis.sh || echo 'The travis gem is missing. After installing it run "echo y|travis" to create ~/.travis'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue