diff --git a/zsh/aliases.zsh b/zsh/aliases.zsh index cabe36e..6a5e118 100644 --- a/zsh/aliases.zsh +++ b/zsh/aliases.zsh @@ -67,8 +67,3 @@ if [ $? -eq 0 ]; then eval $(thefuck --alias) fi -command -v mars > /dev/null 2>&1 -if [ $? -eq 0 ]; then - alias make="mars" -fi -