Skip to content

Commit

Permalink
Merge pull request #516 from JoaquinTrinanes/fix/keep-manual-reload
Browse files Browse the repository at this point in the history
Respect existing _nix_direnv_manual_reload
  • Loading branch information
Mic92 committed Sep 3, 2024
2 parents 7272fa9 + f88088b commit e796476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion direnvrc
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ _nix_direnv_watches() {
done < <($direnv show_dump "${DIRENV_WATCHES}")
}

_nix_direnv_manual_reload=0
: "${_nix_direnv_manual_reload:=0}"
nix_direnv_manual_reload() {
_nix_direnv_manual_reload=1
}
Expand Down

0 comments on commit e796476

Please sign in to comment.