added psh script

This commit is contained in:
hellerve
2016-05-02 19:43:36 +02:00
parent 3cad0f27ad
commit c711ce1dc8
5 changed files with 24 additions and 1 deletions

1
zshrc
View File

@@ -34,6 +34,7 @@ alias dob="git branch --merged | grep -vE '(\*)|(master)|(dev)' | xargs -n 1 git
alias vi="stty stop '' -ixoff ; vim"
alias gcc="gcc-5"
alias g++="g++-5"
alias psh="perl ~/.scripts/psh"
alias push="git push"
alias pull="git pull"
alias zploc="find . -name '*zp' -exec grep -E -v \"((^[[:space:]]*$)|(^[[:space:]]*;.*$))\" {} \; | wc -l"