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:
Isaac Shoebottom 2025-04-07 15:48:38 -03:00
parent 6d3e8a7a9b
commit 89d2579bc8

View File

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