mk->make alias

This commit is contained in:
hellerve
2017-02-14 18:03:39 +01:00
parent 6c70803c34
commit fed7e2f3e5

1
zshrc
View File

@@ -39,6 +39,7 @@ alias vi="stty stop '' -ixoff ; vim"
alias gcc="gcc-6"
alias g++="g++-6"
alias increment_version="zepto ~/.scripts/vincr.zp"
alias mk="make"
alias psh="perl ~/.scripts/psh"
alias push="git push"
alias pull="git pull"