all repos — nixfiles @ 13735084caa94892bba79bdb440556bbebfb4d53

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

fish: fix nix evaluation error

Alan Pearce
commit

13735084caa94892bba79bdb440556bbebfb4d53

parent

bd3083be8b43cb2e2e10a7456551cfc5fb0fde11

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M user/settings/shell.nixuser/settings/shell.nix
@@ -35,8 +35,8 @@ http = "xh";
https = "xh --default-scheme https"; xhs = "xh --default-scheme https"; - hist-freq-lines = "fc -l -10000 | cut -d' ' -f4- | sort | uniq -c | sort -gr | head -n100 | less"; - hist-freq-commands = "fc -l -10000 | cut -d' ' -f4 | sort | uniq -c | sort -gr | head -n100 | less"; + 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.