diff --git a/zshenv b/zshenv index 6e56b47..96f8bd0 100644 --- a/zshenv +++ b/zshenv @@ -4,7 +4,7 @@ # Enable ZSH profiling? if [[ -n "$ZPROF" ]]; then - zmodload zsh/zprof; + zmodload zsh/zprof fi # Ensure values in path variable are unique diff --git a/zshrc b/zshrc index f3464a5..70df1c4 100644 --- a/zshrc +++ b/zshrc @@ -6,7 +6,7 @@ # /etc to avoid /etc/zprofile messing up our carefully constructed PATH. So we # need to manually load the other files we care about. if [[ "$OSTYPE" == "darwin"* ]] && [ -f "/etc/zshrc" ]; then - source "/etc/zshrc"; + source "/etc/zshrc" fi