add alias git-stashpull

This commit is contained in:
Lexi Stelter 2019-10-08 13:48:18 +02:00
parent 055307ee83
commit 12c511e65d
1 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,9 @@ alias ps-grep='ps -ef | grep'
alias woman='man' alias woman='man'
alias enby='man' alias enby='man'
# git shortcuts
alias git-stashpull="git stash && git pull && git stash pop"
# X application aliases # X application aliases
alias gvimr='gvim --remote-silent' alias gvimr='gvim --remote-silent'
alias xclip_='xclip -selection clipboard' alias xclip_='xclip -selection clipboard'