summaryrefslogtreecommitdiff
path: root/etc/.zshrc
diff options
context:
space:
mode:
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 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'