From bacf3e202aff0eb20caa996196b998fe8bf17a7b Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 16 Nov 2024 11:04:57 +0100 Subject: Remove alias-expanding aliases (not supported in fish) --- user/settings/shell.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'user/settings/shell.nix') diff --git a/user/settings/shell.nix b/user/settings/shell.nix index 0b232d0e..18cab4ab 100644 --- a/user/settings/shell.nix +++ b/user/settings/shell.nix @@ -49,10 +49,6 @@ in hist-freq-commands = lib.mkDefault "fc -l -10000 | cut -d' ' -f4 | sort | uniq -c | sort -gr | head -n100 | less"; wprop = "xprop | egrep '^WM_(CLASS|NAME|WINDOW_ROLE|TYPE)'"; - # Enable the following commands to support aliases. - sudo = "sudo "; - watch = "watch "; - e = "$EDITOR"; se = "sudo -e"; -- cgit 1.4.1