Fish: direnv integration

This commit is contained in:
2020-04-22 11:58:26 -07:00
parent 4be86e306e
commit e66be17d89

5
fish/apps/direnv.fish Normal file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env fish
if type -q direnv
eval (direnv hook fish)
end