fix(jpassmenu): PASSWORD_STORE_DIR not set
Because of the switch to `fish`, the hm session vars are no longer sourced.
This commit is contained in:
parent
3c8d299f22
commit
7353f2ff23
2 changed files with 2 additions and 5 deletions
|
@ -59,6 +59,7 @@ in
|
|||
icons = "auto";
|
||||
};
|
||||
# Shell
|
||||
bash.enable = true; # ensure HM variables are passed to `bash` too (otherwise `jpassmenu` doesn't work)
|
||||
fish = {
|
||||
enable = true;
|
||||
preferAbbrs = true; # when defining an alias, prefer instead to define an abbreviation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue