aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-12-31 13:52:49 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-12-31 13:52:49 +1300
commitd32e82ab7e8baef31a1edeb4bc032352dea40020 (patch)
treed11724e3addda9cbbf97cfba76cf5ccb87e9afe6
parentTranslate a short-circuit into a conditional (diff)
downloaddotfiles-d32e82ab7e8baef31a1edeb4bc032352dea40020.tar.gz
dotfiles-d32e82ab7e8baef31a1edeb4bc032352dea40020.zip
Add clarifying comment
-rw-r--r--sh/shrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/shrc b/sh/shrc
index fa44892b..26f69c0c 100644
--- a/sh/shrc
+++ b/sh/shrc
@@ -16,7 +16,7 @@ fi
unset -v MAILCHECK
# Load all the POSIX-compatible functions from ~/.shrc.d; more advanced shells
-# like bash will have their own functions
+# like bash will have their own functions in addition to these
for sh in "$HOME"/.shrc.d/*.sh ; do
[ -e "$sh" ] || continue
. "$sh"