make no long an alias for mars

This commit is contained in:
Thomas Forgione 2018-11-23 16:55:19 +01:00
parent 25ec0dabb6
commit 81fb5dc79f
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
1 changed files with 0 additions and 5 deletions

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