mirror of
https://github.com/wlcx/home.git
synced 2025-10-11 22:43:44 +01:00
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…
x
Reference in New Issue
Block a user