From 6d18afa76891a48e04f41aed212831e8adbe6d8f Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Thu, 20 Apr 2017 15:46:50 +0200 Subject: [PATCH] cake instead of cmake --- zsh/aliases.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/aliases.zsh b/zsh/aliases.zsh index 991104e..c58f457 100644 --- a/zsh/aliases.zsh +++ b/zsh/aliases.zsh @@ -14,6 +14,9 @@ alias make="make.sh" # Avoid typos alias ake="make" +# cake is way more stylish than cmake +alias cake="cmake" + # My pdf reader alias pdf="evince"