From 20daa946979c6d9699ec37d1b81213ca465ceffb Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Thu, 18 Apr 2024 18:47:22 +0200 Subject: [PATCH] add more shell preventions --- other/config.nu | 3 +++ 1 file changed, 3 insertions(+) diff --git a/other/config.nu b/other/config.nu index f6fe0c7..b73d09f 100644 --- a/other/config.nu +++ b/other/config.nu @@ -843,3 +843,6 @@ alias togglecaps = xdotool key Caps_Lock; alias TOGGLECAPS = togglecaps; alias bash = echo $"(ansi red)no, fuck that shit!"; +alias sh = echo $"(ansi red)no, fuck that shit!"; +alias zsh = echo $"(ansi red)no, fuck that shit!"; +alias fish = echo $"(ansi red)no, fuck that shit!";