summaryrefslogtreecommitdiff
path: root/etc/.zshrc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-07-13 16:18:39 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-07-13 16:18:39 +0200
commit82e26f9cf4bbdb926c8cae269dc0044386ddd5b6 (patch)
treeda082b0dfe79f8b2730e6ae595ebea1d2311f7da /etc/.zshrc
parenteb32663b3405fe3d88b285fd77faf16b32e8a43b (diff)
zshrc: Fix typo in lssh alias
Diffstat (limited to 'etc/.zshrc')
-rw-r--r--etc/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/.zshrc b/etc/.zshrc
index ef7a9f2..1b22329 100644
--- a/etc/.zshrc
+++ b/etc/.zshrc
@@ -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'