make no long an alias for mars
This commit is contained in:
parent
25ec0dabb6
commit
81fb5dc79f
|
@ -67,8 +67,3 @@ if [ $? -eq 0 ]; then
|
||||||
eval $(thefuck --alias)
|
eval $(thefuck --alias)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
command -v mars > /dev/null 2>&1
|
|
||||||
if [ $? -eq 0 ]; then
|
|
||||||
alias make="mars"
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue