mirror of
https://gitea.zaclys.com/yannic/dotfiles.git
synced 2026-06-15 11:11:57 +02:00
Fix direnv existence test
This commit is contained in:
@@ -98,7 +98,7 @@ if status is-interactive
|
|||||||
abbr -a cp "cp --interactive --verbose"
|
abbr -a cp "cp --interactive --verbose"
|
||||||
|
|
||||||
# direnv (https://direnv.net)
|
# direnv (https://direnv.net)
|
||||||
if which direnv > /dev/null
|
if type -q direnv
|
||||||
direnv hook fish | source
|
direnv hook fish | source
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user