@ -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'