make no long an alias for mars

This commit is contained in:
2018-11-23 16:55:19 +01:00
parent 25ec0dabb6
commit 81fb5dc79f

View File

@@ -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