From 20518f86a0347157841b35db7f2f0964974784bd Mon Sep 17 00:00:00 2001 From: ArgentumCation Date: Sat, 16 Dec 2023 22:33:57 -0500 Subject: [PATCH] fix df? --- executable_dot_aliasrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/executable_dot_aliasrc b/executable_dot_aliasrc index 94956c8..585febb 100644 --- a/executable_dot_aliasrc +++ b/executable_dot_aliasrc @@ -38,7 +38,7 @@ load_aliases() { # Replace df with duf if checkCommand duf; then - alias df="duf" + alias df="dfrs" fi # Replace diff with delta