1
0
Fork 0

update: source direnv if not already loaded

This commit is contained in:
Daniel Kempkens 2023-07-29 01:53:37 +02:00
parent b283245737
commit d60352500c
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -17,6 +17,10 @@ end
pushd "$config_dir"
rm -rf result
if test -z "$DIRENV_DIR"
eval (direnv export fish 2>/dev/null)
end
if test "$other_hostname" = ""
switch $nix_os
case Darwin