Skip to content

Commit 5545b08

Browse files
committed
Add local env loading back
1 parent 4b2d64e commit 5545b08

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

fish/conf.d/01-env-local.fish

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Load private, machine-specific environment variables (not tracked by git)
2+
if test -e ~/.env.local
3+
envsource ~/.env.local
4+
end

0 commit comments

Comments
 (0)