diff --git a/.bashrc b/.bashrc index cdfdef4..9910bf4 100644 --- a/.bashrc +++ b/.bashrc @@ -49,6 +49,9 @@ alias ps-grep='ps -ef | grep' alias woman='man' alias enby='man' +# git shortcuts +alias git-stashpull="git stash && git pull && git stash pop" + # X application aliases alias gvimr='gvim --remote-silent' alias xclip_='xclip -selection clipboard'