6 lines
71 B
Fish
6 lines
71 B
Fish
#!/usr/bin/env fish
|
|
|
|
if type -q direnv
|
|
eval (direnv hook fish)
|
|
end
|