Skip to content

Commit

Permalink
[zsh] alias gitx to fork, it's better
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Oct 15, 2020
1 parent 8e6ce39 commit e48f532
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zsh/aliases.zsh
Expand Up @@ -15,6 +15,7 @@ alias gdw="git diff --word-diff"
alias gf="git fetch --all"
alias gi="git commit -v"
alias gia="git commit --amend -v"
alias gitx="fork"
alias gl="git lg"
alias gs="git status -sb"
alias histogram="sort | uniq -c | sort -r"
Expand Down

0 comments on commit e48f532

Please sign in to comment.