shell: add alias to remove first line
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M user/settings/shell.nix → user/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";