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"