From b43386b58d74836b7d7572eeee9f80916598d674 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 5 May 2010 01:30:18 +0200 Subject: Fix rsync-serve alias as well... --- etc/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit v1.2.3