Skip to content

Commit ec50669

Browse files
committed
fix: Use builtin source_env_if_exists for sourcing .envrc.local
1 parent 4ab3754 commit ec50669

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.envrc

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ if has nix; then
55
use flake
66
fi
77

8-
# Source an `.envrc.local` if it exists. You can add your custom changes there.
9-
[[ -f .envrc.local ]] && source_env .envrc.local
8+
source_env_if_exists .envrc.local

0 commit comments

Comments
 (0)