From d068f4418b9e660255d00075a8332a3be92d04d5 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 3 May 2020 20:51:23 +0100 Subject: [PATCH] Remove needless semi-colons --- zshenv | 2 +- zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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