,s alias (shell with nix-index)

This commit is contained in:
Your Name 2024-05-19 04:15:19 +03:00
parent 9645f0afb7
commit 6e168ea407

View file

@ -126,6 +126,7 @@ in {
unpack = "aunpack"; unpack = "aunpack";
where = "which"; where = "which";
c = "cd"; c = "cd";
",s" = ", -s";
}; };
promptInit = '' promptInit = ''
set TERM "xterm-256color" set TERM "xterm-256color"