all repos — nixfiles @ bacf3e202aff0eb20caa996196b998fe8bf17a7b

System and user configuration, managed by nix and home-manager

Remove alias-expanding aliases (not supported in fish)
Alan Pearce alan@alanpearce.eu
Sat, 16 Nov 2024 11:04:57 +0100
commit

bacf3e202aff0eb20caa996196b998fe8bf17a7b

parent

d275868120d58fd85fa3011843f5693eced24d57

1 files changed, 0 insertions(+), 4 deletions(-)

jump to
M user/settings/shell.nixuser/settings/shell.nix
@@ -49,10 +49,6 @@ hist-freq-lines = lib.mkDefault "fc -l -10000 | cut -d' ' -f4- | sort | uniq -c | sort -gr | head -n100 | less";       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";