diff --git a/home/program/bash/module/Ssh.nix b/home/program/bash/module/Ssh.nix new file mode 100644 index 00000000..7b8a75cb --- /dev/null +++ b/home/program/bash/module/Ssh.nix @@ -0,0 +1,8 @@ +{ ... }: { + text = '' + # Kill all ssh sockets. + function sshka() { + rm ~/.ssh/*.socket + } + ''; +}