Skip to content

Commit

Permalink
Add right password-store directory for darwin shells
Browse files Browse the repository at this point in the history
  • Loading branch information
rounakdatta committed Jan 19, 2024
1 parent 7052ed9 commit 6ebf75d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions configs/bash/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
initExtra = ''
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
export PASSWORD_STORE_DIR=/Users/${config.home.username}/.password-store
'';
};
}
1 change: 1 addition & 0 deletions configs/fish/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ in
set PATH $PATH /etc/profiles/per-user/${config.home.username}/bin
set PATH $PATH /opt/homebrew/bin
set JAVA_HOME /usr/libexec/java_home
set PASSWORD_STORE_DIR /Users/${config.home.username}/.password-store
''
else
''
Expand Down

0 comments on commit 6ebf75d

Please sign in to comment.