Remove alias-expanding aliases (not supported in fish)
Alan Pearce alan@alanpearce.eu
Sat, 16 Nov 2024 11:04:57 +0100
1 files changed, 0 insertions(+), 4 deletions(-)
jump to
M user/settings/shell.nix → user/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";