Added alias for opening GitKraken

This alias is needed so that GitKraken inherits my git settings related to my Yubikey.
This commit is contained in:
Gene Liverman 2019-05-03 23:20:11 -04:00
parent efedd10023
commit f0bbcc39fe
No known key found for this signature in database
GPG key ID: 66D794FE7043CBCA

View file

@ -82,6 +82,7 @@ export SSH_AUTH_SOCK=~/.gnupg/S.gpg-agent.ssh
alias biv='bundle install --path=vendor/bundle' alias biv='bundle install --path=vendor/bundle'
alias gbc='git branch --merged | command grep -vE "^(\*|\s*(master|develop|production)\s*$)" | command xargs -n 1 git branch -d' alias gbc='git branch --merged | command grep -vE "^(\*|\s*(master|develop|production)\s*$)" | command xargs -n 1 git branch -d'
alias sal='ssh-add -L' alias sal='ssh-add -L'
alias ogk='/Applications/GitKraken.app/Contents/MacOS/GitKraken &'
alias sz='source ~/.zshrc' alias sz='source ~/.zshrc'
alias st='/Applications/SourceTree.app/Contents/MacOS/SourceTree &' 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'