From 8fff7cc137ab6eb98acd86d48cbb56fdcccd6011 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Fri, 13 May 2022 04:26:49 -0700 Subject: [PATCH] aliases: why was it written like that? --- .config/shell/aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/shell/aliases b/.config/shell/aliases index 3551b2d..048f2b1 100644 --- a/.config/shell/aliases +++ b/.config/shell/aliases @@ -21,7 +21,7 @@ alias \ rd='rmdir' \ # opt for trash-cli over rm -if command -v > /dev/null; then +if command -v trash > /dev/null; then alias rm=trash fi