From 426e2a3f9588d5cb0a7963872f762cb018cff268 Mon Sep 17 00:00:00 2001 From: Moviuro Date: Mon, 9 Feb 2015 00:15:58 +0100 Subject: [PATCH 1/1] zshrc: remove weird whitespace --- etc/zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 631118c..f38e2fd 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -3060,7 +3060,7 @@ EOT shift "$((OPTIND-1))" if (( keep > 0 )); then while (( $# > 0 )); do - if islinux || isfreebsd; then + if islinux || isfreebsd; then cp $verbose -a "${1%/}" "${1%/}_$current_date" else cp $verbose -pR "${1%/}" "${1%/}_$current_date" -- 2.1.4