all repos — nixfiles @ bacf3e202aff0eb20caa996196b998fe8bf17a7b

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

Remove alias-expanding aliases (not supported in fish)

Alan Pearce
commit

bacf3e202aff0eb20caa996196b998fe8bf17a7b

parent

d275868120d58fd85fa3011843f5693eced24d57

1 file 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";