1
0
Fork 0

shells: back to direnv

This commit is contained in:
Von Random 2025-05-31 23:11:29 +03:00
parent e810d90438
commit 2c417f5a51
2 changed files with 4 additions and 4 deletions

View file

@ -20,7 +20,7 @@ if status is-interactive
end
end
if command -q mise
mise activate fish | source
if command -q direnv
direnv hook fish | source
end
end