diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2024-03-11 21:06:25 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2024-03-11 21:07:28 -0400 |
commit | 1aed76229222550727e7119bbca3cde59a043f9e (patch) | |
tree | 11e7b61079a467169750127565da1d7af66417fb /.envrc | |
parent | updates incl. ldc-1.35.0, direnv-2.4.0 (diff) |
package & nix update (sync with sisu spine)
Diffstat (limited to '.envrc')
-rw-r--r-- | .envrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +if [ -f .envrc-git-init ]; then + source_env_if_exists .envrc-git-init || source .envrc-git-init +fi if [ -f .envrc-local ]; then source_env_if_exists .envrc-local || source .envrc-local fi |