We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b2d64e + 5545b08 commit 71bd335Copy full SHA for 71bd335
1 file changed
fish/conf.d/01-env-local.fish
@@ -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