aboutsummaryrefslogtreecommitdiff
path: root/zsh/profile.d
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-12-27 00:01:15 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-12-27 00:01:15 +1300
commitb7ce245e859b946deee740bc617f2b997a52e9dd (patch)
treedb832ca74e9973279a80733825d8fd36ddb8edab /zsh/profile.d
parentBreak up some long lines (diff)
downloaddotfiles-b7ce245e859b946deee740bc617f2b997a52e9dd.tar.gz
dotfiles-b7ce245e859b946deee740bc617f2b997a52e9dd.zip
Two-space sentences in shell comments
Diffstat (limited to 'zsh/profile.d')
-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