We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
source_env_if_exists
.envrc.local
1 parent 4ab3754 commit ec50669Copy full SHA for ec50669
.envrc
@@ -5,5 +5,4 @@ if has nix; then
5
use flake
6
fi
7
8
-# Source an `.envrc.local` if it exists. You can add your custom changes there.
9
-[[ -f .envrc.local ]] && source_env .envrc.local
+source_env_if_exists .envrc.local
0 commit comments