diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-07-13 16:18:39 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-07-13 16:18:39 +0200 |
commit | 82e26f9cf4bbdb926c8cae269dc0044386ddd5b6 (patch) | |
tree | da082b0dfe79f8b2730e6ae595ebea1d2311f7da /etc | |
parent | eb32663b3405fe3d88b285fd77faf16b32e8a43b (diff) |
zshrc: Fix typo in lssh alias
Diffstat (limited to 'etc')
-rw-r--r-- | etc/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -369,7 +369,7 @@ alias lsi='feh --list' alias lst='tar -tvf' alias lsz='unzip -l' -alias lssh='ssh -C -o CompressionLevel=1' +alias lssh='ssh -C -o CompressionLevel=9' alias mate='decrement ~/stuff/$(cat /tmp/.location)/mateguthaben' |