aboutsummaryrefslogtreecommitdiff
path: root/zsh/profile.d/zsh.sh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/profile.d/zsh.sh')
-rw-r--r--zsh/profile.d/zsh.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/zsh/profile.d/zsh.sh b/zsh/profile.d/zsh.sh
index 37ec8014..530c5d5b 100644
--- a/zsh/profile.d/zsh.sh
+++ b/zsh/profile.d/zsh.sh
@@ -1,8 +1,8 @@
# Zsh before version 5.3.0 emulating POSIX sh(1) or Korn shell only sources the
# interactive shell startup file described in ENV if it's set after
-# /etc/profile is sourced, but before ~/.profile is. The other shells I have
+# /etc/profile is sourced, but before ~/.profile is. The other shells I have
# tried (including modern shells emulating POSIX sh(1)) wait until after
-# ~/.profile is read. This seems to have been fixed in Zsh commit ID fde365e,
+# ~/.profile is read. This seems to have been fixed in Zsh commit ID fde365e,
# which was followed by release 5.3.0.
# This hack is only applicable to interactive zsh invoked as sh/ksh, when ENV