Fish: direnv integration
This commit is contained in:
5
fish/apps/direnv.fish
Normal file
5
fish/apps/direnv.fish
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env fish
|
||||
|
||||
if type -q direnv
|
||||
eval (direnv hook fish)
|
||||
end
|
||||
Reference in New Issue
Block a user