Update method of opening apps on macOS

This commit is contained in:
Gene Liverman 2019-12-27 08:55:45 -05:00
parent 078d46fe39
commit 0edde704c3
No known key found for this signature in database
GPG key ID: 3AF83985B6C857C6

View file

@ -86,9 +86,9 @@ gpg-connect-agent updatestartuptty /bye >/dev/null
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 ogk='open -a GitKraken'
alias sz='source ~/.zshrc' alias sz='source ~/.zshrc'
alias st='/Applications/SourceTree.app/Contents/MacOS/SourceTree &' alias st='open -a SourceTree'
alias ykey='pkill gpg-agent && source ~/.zshrc; ssh-add -L' alias ykey='pkill gpg-agent && source ~/.zshrc; ssh-add -L'
# this makes grv from homebrew work # this makes grv from homebrew work