From 7fb4a377597fcac3806c16a48c043ffa21062531 Mon Sep 17 00:00:00 2001 From: Uyanide Date: Thu, 30 Oct 2025 13:24:30 +0100 Subject: [PATCH] minor --- config/fish/.config/fish/prev.d/alias.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/fish/.config/fish/prev.d/alias.fish b/config/fish/.config/fish/prev.d/alias.fish index 2394ead..1d1f899 100644 --- a/config/fish/.config/fish/prev.d/alias.fish +++ b/config/fish/.config/fish/prev.d/alias.fish @@ -21,7 +21,7 @@ end # rm if type -q trash - alias rm="echo \"use 'trash' instead :)\" && sh -c \"exit 42\" && echo why do you see this line :O" + alias rm="echo \"use 'trash' instead :)\" && sh -c \"exit 42\"" end # ls