summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-05-05 01:30:18 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-05-05 01:30:18 +0200
commitb43386b58d74836b7d7572eeee9f80916598d674 (patch)
tree2ac883a5789494568ca8a0d1b9fb9c6c78c3eee8 /etc
parentbd3a4ceb0e18e6c9f484d5e2f1e3b3ed59af2a69 (diff)
Fix rsync-serve alias as well...
Diffstat (limited to 'etc')
-rw-r--r--etc/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/.zshrc b/etc/.zshrc
index 2fdabb7..615579e 100644
--- a/etc/.zshrc
+++ b/etc/.zshrc
@@ -385,7 +385,7 @@ alias rd='rmdir'
alias readahead='cat **/*(-.) > /dev/null'
alias rsync-serve="rsync --daemon --port=10873 --no-detach --config=/dev/stdin"\
- "--log-file=/dev/stdout -v <<< $'[.]\n\tpath = .\n\tuse chroot = no'"
+" --log-file=/dev/stdout -v <<< $'[.]\n\tpath = .\n\tuse chroot = no'"
alias x='unsetopt bg_nice; startx &! exit'