diff --git a/zsh/config.d/zshrc b/zsh/config.d/zshrc index 3ba14c4..6fdd426 100644 --- a/zsh/config.d/zshrc +++ b/zsh/config.d/zshrc @@ -40,7 +40,7 @@ function date () { darwin*) command gdate $@ ;; linux*) - command date $@;; + command date $@ ;; esac }