Files
dotfiles/archive/fish/apps/direnv.fish

6 lines
71 B
Fish

#!/usr/bin/env fish
if type -q direnv
eval (direnv hook fish)
end