From fed7e2f3e543802a5e3946bd3bdc02f32f15a1d8 Mon Sep 17 00:00:00 2001 From: hellerve Date: Tue, 14 Feb 2017 18:03:39 +0100 Subject: [PATCH] mk->make alias --- zshrc | 1 + 1 file changed, 1 insertion(+) 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"