From 0edde704c3dfa0be0322943b9ed0f30994869d73 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Fri, 27 Dec 2019 08:55:45 -0500 Subject: [PATCH] Update method of opening apps on macOS --- link/nix/zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/link/nix/zshrc b/link/nix/zshrc index 02ee6c6..c310ab3 100644 --- a/link/nix/zshrc +++ b/link/nix/zshrc @@ -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