Files
dotfiles/fish/apps/direnv.fish
2020-04-22 11:58:26 -07:00

6 lines
71 B
Fish

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