diff options
author | Karel Kočí <cynerd@email.cz> | 2017-11-19 21:36:16 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-11-19 21:36:16 +0100 |
commit | e6a51fb649348d4ec7c25e87508e97faeb103461 (patch) | |
tree | 232e153b100e365b758f23079d54dfcbe20aaf6f /shellrc | |
parent | 63c0c990e8044c822636c9e56e6cf2c2b280ca76 (diff) | |
download | myconfigs-e6a51fb649348d4ec7c25e87508e97faeb103461.tar.gz myconfigs-e6a51fb649348d4ec7c25e87508e97faeb103461.tar.bz2 myconfigs-e6a51fb649348d4ec7c25e87508e97faeb103461.zip |
VArious changes but mostly just ssh-clear function added
Diffstat (limited to 'shellrc')
-rw-r--r-- | shellrc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -108,3 +108,9 @@ dorepeat() { echo done } + +# Clear all ssh control masters +ssh-clear() { + rm -f ~/.cache/ssh + mkdir -p ~/.cache/ssh +} |