Skip to content

Commit

Permalink
Revert back PASSWORD_STORE_DIR variable on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
rounakdatta committed Feb 20, 2024
1 parent 5adbaaa commit 20e2c3c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion configs/bash/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ in
export PATH="$PATH:/opt/homebrew/bin"
export PATH="$PATH:/opt/homebrew/opt/node@18/bin"
export JAVA_HOME=/usr/libexec/java_home
# TODO: verify if this is at all needed at all needed
export PASSWORD_STORE_DIR="/Users/${config.home.username}/.password-store"
''
else
Expand Down
1 change: 0 additions & 1 deletion configs/fish/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ in
set PATH $PATH /opt/homebrew/bin
set PATH $PATH /opt/homebrew/opt/node@18/bin
set JAVA_HOME /usr/libexec/java_home
# TODO: verify if this is at all needed at all needed
set PASSWORD_STORE_DIR /Users/${config.home.username}/.password-store
''
else
Expand Down

0 comments on commit 20e2c3c

Please sign in to comment.