Fix direnv existence test

This commit is contained in:
Yax 2023-08-01 21:35:38 +02:00
parent ea073f117f
commit 9640e91cbd

View file

@ -98,7 +98,7 @@ if status is-interactive
abbr -a cp "cp --interactive --verbose"
# direnv (https://direnv.net)
if which direnv > /dev/null
if type -q direnv
direnv hook fish | source
end
end