all repos — nixfiles @ 356eb53d1081f41d8de2079e64750a1eb3a34bfb

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

shell: add alias to remove first line

Alan Pearce
commit

356eb53d1081f41d8de2079e64750a1eb3a34bfb

parent

409ee98f9d3ecebacb116938a399d7bc8842ef4a

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M user/settings/shell.nixuser/settings/shell.nix
@@ -24,6 +24,7 @@ cg = "cd $(git root)";
cdg = "cd $(git root)"; fs = "bfs -nohidden"; + nohead = "sed 1d"; http = "xh"; https = "xh --default-scheme https";