diff --git a/.bashrc b/.bashrc index b3ab9d4..521ab65 100644 --- a/.bashrc +++ b/.bashrc @@ -53,6 +53,7 @@ fi #-------------------------------------------------------------------------------- alias githistory='git log --oneline --abbrev-commit --all --graph --decorate' alias gitx='open -a GitX .' +alias gitprune='git remote prune origin' #-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------