This commit is contained in:
@ -14,7 +14,9 @@ in {
|
||||
"ssh" = "TERM=xterm-256color ${pkgs.openssh}/bin/ssh";
|
||||
"top" = "btop";
|
||||
};
|
||||
shellInit =
|
||||
"\n sopsu() {nix-shell -p sops --run \"sops updatekeys $1\"}\n ";
|
||||
initExtra = ''
|
||||
sopsu() {nix-shell -p sops --run "sops updatekeys $1";}
|
||||
sopsn() {nix-shell -p sops --run "sops $1";}
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user