pass: add aliases

This commit is contained in:
Sam W 2022-05-19 17:37:43 +01:00
parent e72a83707d
commit d1eef4122d
1 changed files with 1 additions and 0 deletions

View File

@ -5,4 +5,5 @@
settings = { PASSWORD_STORE_DIR = "$HOME/.password-store"; }; settings = { PASSWORD_STORE_DIR = "$HOME/.password-store"; };
package = pkgs.pass.withExtensions (exts: [ exts.pass-otp ]); package = pkgs.pass.withExtensions (exts: [ exts.pass-otp ]);
}; };
programs.zsh.shellAliases = { p = "pass"; pc = "pass -c"; };
} }