From 6913ce1312230f37e5ef45ac50c1e2cc4b5f7bd3 Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Mon, 26 Jun 2017 16:43:19 +0200 Subject: [PATCH] make.py --- zsh/aliases.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/aliases.zsh b/zsh/aliases.zsh index c58f457..26bff45 100644 --- a/zsh/aliases.zsh +++ b/zsh/aliases.zsh @@ -9,7 +9,7 @@ alias top="htop" # Vim like alias alias :q="exit" -alias make="make.sh" +alias make="make.py" # Avoid typos alias ake="make"