mirror of
https://github.com/genebean/dots.git
synced 2026-03-28 09:57:43 -04:00
Add and sort aliases
This commit is contained in:
parent
4b5fe24343
commit
ce303fa8ae
2 changed files with 3 additions and 4 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue