Add some fish abbreviations, update ssh config
This commit is contained in:
parent
1f656c12ae
commit
5750f1a9ca
2
home/env/shell/fish.nix
vendored
2
home/env/shell/fish.nix
vendored
|
@ -8,7 +8,9 @@
|
|||
hm = "home-manager";
|
||||
lg = "lazygit";
|
||||
nv = "neovide --multigrid --maximized";
|
||||
rnv = "neovide --multigrid --maximized --server localhost:6702";
|
||||
xnv = "WINIT_UNIX_BACKEND=x11 neovide --multigrid --maximized";
|
||||
rxnv = "WINIT_UNIX_BACKEND=x11 neovide --multigrid --maximized --server localhost:6702";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
2
home/env/ssh.nix
vendored
2
home/env/ssh.nix
vendored
|
@ -8,6 +8,6 @@
|
|||
serverAliveInterval = 15;
|
||||
serverAliveCountMax = 3;
|
||||
controlMaster = "auto";
|
||||
controlPersist = "5s";
|
||||
controlPersist = "1s";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,23 +1,14 @@
|
|||
# vim: ft=sshconfig
|
||||
|
||||
Host heimdall
|
||||
HostName heimdall003.jet.uk
|
||||
|
||||
Host heimdall???
|
||||
HostName %h.jet.uk
|
||||
|
||||
Host batch
|
||||
User cxsbatch
|
||||
HostName heimdall115.jetdata.eu
|
||||
|
||||
Host jdc
|
||||
HostName 10.40.4.103
|
||||
|
||||
Host freia
|
||||
HostName freia022.hpc.l
|
||||
LocalForward 6702 localhost:6702
|
||||
|
||||
Host freia???
|
||||
HostName %h.hpc.l
|
||||
|
||||
Host heimdall* jdc* freia* batch
|
||||
Host freia*
|
||||
User elitherl
|
||||
|
|
Loading…
Reference in a new issue