mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Update method of opening apps on macOS
This commit is contained in:
parent
078d46fe39
commit
0edde704c3
1 changed files with 2 additions and 2 deletions
|
|
@ -86,9 +86,9 @@ gpg-connect-agent updatestartuptty /bye >/dev/null
|
|||
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 ogk='open -a GitKraken'
|
||||
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'
|
||||
|
||||
# this makes grv from homebrew work
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue