summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-11-16 11:04:57 +0100
committerAlan Pearce2024-11-16 11:04:57 +0100
commitbacf3e202aff0eb20caa996196b998fe8bf17a7b (patch)
tree81f0e3e8573236e978644a710f715b97c81274ee
parentd275868120d58fd85fa3011843f5693eced24d57 (diff)
downloadnixfiles-bacf3e202aff0eb20caa996196b998fe8bf17a7b.tar.lz
nixfiles-bacf3e202aff0eb20caa996196b998fe8bf17a7b.tar.zst
nixfiles-bacf3e202aff0eb20caa996196b998fe8bf17a7b.zip
Remove alias-expanding aliases (not supported in fish)
-rw-r--r--user/settings/shell.nix4
1 files changed, 0 insertions, 4 deletions
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";