Ssh: Add sshka.
This commit is contained in:
parent
8faa41bc6b
commit
97a24c1c56
8
home/program/bash/module/Ssh.nix
Normal file
8
home/program/bash/module/Ssh.nix
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{ ... }: {
|
||||||
|
text = ''
|
||||||
|
# Kill all ssh sockets.
|
||||||
|
function sshka() {
|
||||||
|
rm ~/.ssh/*.socket
|
||||||
|
}
|
||||||
|
'';
|
||||||
|
}
|
Loading…
Reference in a new issue