From 0d1b3af9190d5b1c56fb305e30cfe6d86287b63e Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 6 Jul 2023 20:49:55 +0900 Subject: [PATCH] test --- common/dotfiles/bash.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/common/dotfiles/bash.nix b/common/dotfiles/bash.nix index 74f31d55..d333b293 100644 --- a/common/dotfiles/bash.nix +++ b/common/dotfiles/bash.nix @@ -6,6 +6,9 @@ enable = true; enableCompletion = true; shellAliases = { + # Disable askpass for cli auth: + SSH_ASKPASS = ""; + # docker d = "docker"; dc = "docker-compose"; @@ -41,7 +44,7 @@ nrb = "nixos-rebuild build"; # sops - sops = "nix-shell -p sops --run 'sops $1'"; + sops = "nix-shell -p sops --run 'sops $0'"; }; }; };