From 89d2579bc8c2fd7fd7d0548768c60f996da5b1fc Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Mon, 7 Apr 2025 15:48:38 -0300 Subject: [PATCH] Don't redefine core utils as some scripts may run in interactive mode even though they're not supposed to --- dot_bashrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dot_bashrc b/dot_bashrc index 0566fb5..5e43ffc 100644 --- a/dot_bashrc +++ b/dot_bashrc @@ -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