Don't redefine core utils as some scripts may run in interactive mode even though they're not supposed to
This commit is contained in:
parent
6d3e8a7a9b
commit
89d2579bc8
@ -30,9 +30,9 @@ fi
|
||||
if hash numbat 2>/dev/null; then
|
||||
alias bc="numbat"
|
||||
fi
|
||||
if hash sd 2>/dev/null; then
|
||||
alias sed="sd"
|
||||
fi
|
||||
#if hash sd 2>/dev/null; then
|
||||
# alias sed="sd"
|
||||
#fi
|
||||
if hash dust 2>/dev/null; then
|
||||
alias du="dust"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user