diff --git a/home/passwords.nix b/home/passwords.nix index ff1429b..e99da0f 100644 --- a/home/passwords.nix +++ b/home/passwords.nix @@ -5,4 +5,5 @@ settings = { PASSWORD_STORE_DIR = "$HOME/.password-store"; }; package = pkgs.pass.withExtensions (exts: [ exts.pass-otp ]); }; + programs.zsh.shellAliases = { p = "pass"; pc = "pass -c"; }; }