Skip to content

Commit

Permalink
zshrc: removed extra `;'
Browse files Browse the repository at this point in the history
  • Loading branch information
moviuro authored and ft committed Feb 7, 2015
1 parent 1df56b4 commit c9a74e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/zsh/zshrc
Expand Up @@ -3062,7 +3062,7 @@ EOT
while (( $# > 0 )); do
if islinux || isfreebsd; then
cp $verbose -a "${1%/}" "${1%/}_$current_date"
else;
else
cp $verbose -pR "${1%/}" "${1%/}_$current_date"
fi
(( result += $? ))
Expand Down

0 comments on commit c9a74e7

Please sign in to comment.