mirror of https://github.com/wlcx/home.git
pass: add aliases
This commit is contained in:
parent
e72a83707d
commit
d1eef4122d
|
@ -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"; };
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue