diff --git a/zshrc b/zshrc index 849c509..f887d36 100644 --- a/zshrc +++ b/zshrc @@ -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"