shell: bring direnv back, because mise cannot into command substitution
This commit is contained in:
parent
60958b6840
commit
6ac19899f4
4 changed files with 14 additions and 6 deletions
|
@ -20,6 +20,10 @@ if status is-interactive
|
|||
end
|
||||
end
|
||||
|
||||
if command -q direnv
|
||||
direnv hook fish | source
|
||||
end
|
||||
|
||||
if command -q mise
|
||||
mise activate fish | source
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue