Enable direnv for fish
This commit is contained in:
parent
fdb3fd73e1
commit
07c429b35c
3
config/fish/conf.d/direnv.fish
Normal file
3
config/fish/conf.d/direnv.fish
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
if status is-interactive
|
||||||
|
direnv hook fish | source
|
||||||
|
end
|
|
@ -1,20 +0,0 @@
|
||||||
Host heimdall
|
|
||||||
HostName heimdall003.jet.uk
|
|
||||||
|
|
||||||
Host heimdall???
|
|
||||||
HostName %h.jet.uk
|
|
||||||
|
|
||||||
Host jdc
|
|
||||||
HostName 10.40.4.103
|
|
||||||
|
|
||||||
Host freia
|
|
||||||
HostName freia022.hpc.l
|
|
||||||
|
|
||||||
Host freia???
|
|
||||||
HostName %h.hpc.l
|
|
||||||
|
|
||||||
Host heimdall* jdc* freia*
|
|
||||||
User elitherl
|
|
||||||
ForwardX11 yes
|
|
||||||
ForwardX11Timeout 0
|
|
||||||
Compression yes
|
|
Loading…
Reference in a new issue