Add and sort aliases

This commit is contained in:
Gene Liverman 2020-07-22 15:44:23 -04:00
parent 4b5fe24343
commit ce303fa8ae
No known key found for this signature in database
GPG key ID: 3AF83985B6C857C6
2 changed files with 3 additions and 4 deletions

View file

@ -87,6 +87,7 @@ 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 gitextract='git log --pretty=email --patch-with-stat --reverse --full-index --binary --'
alias ogk='open -a GitKraken'
alias prstatus="gh pr status |grep --color=never -A2 'Current branch'"
alias sal='ssh-add -L'
alias st='open -a SourceTree'
alias sz='source ~/.zshrc'