From 6e168ea40717d46bf9b12990a8e7b1e55ecd3a05 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 19 May 2024 04:15:19 +0300 Subject: [PATCH] ,s alias (shell with nix-index) --- hosts/generic.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/generic.nix b/hosts/generic.nix index 5d5cefb..19a7410 100644 --- a/hosts/generic.nix +++ b/hosts/generic.nix @@ -126,6 +126,7 @@ in { unpack = "aunpack"; where = "which"; c = "cd"; + ",s" = ", -s"; }; promptInit = '' set TERM "xterm-256color"