Skip to content

Commit 71bd335

Browse files
authored
Merge pull request #295 from djensenius/add-local-env-back
Add local env loading back
2 parents 4b2d64e + 5545b08 commit 71bd335

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)