mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
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:
parent
efedd10023
commit
f0bbcc39fe
1 changed files with 1 additions and 0 deletions
|
|
@ -82,6 +82,7 @@ export SSH_AUTH_SOCK=~/.gnupg/S.gpg-agent.ssh
|
|||
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 sal='ssh-add -L'
|
||||
alias ogk='/Applications/GitKraken.app/Contents/MacOS/GitKraken &'
|
||||
alias sz='source ~/.zshrc'
|
||||
alias st='/Applications/SourceTree.app/Contents/MacOS/SourceTree &'
|
||||
alias ykey='pkill gpg-agent && source ~/.zshrc; ssh-add -L'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue