aboutsummaryrefslogtreecommitdiff
path: root/zsh/zshrc.d/keep.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/zshrc.d/keep.zsh')
-rw-r--r--zsh/zshrc.d/keep.zsh6
1 files changed, 3 insertions, 3 deletions
diff --git a/zsh/zshrc.d/keep.zsh b/zsh/zshrc.d/keep.zsh
index c47748cd..869d2039 100644
--- a/zsh/zshrc.d/keep.zsh
+++ b/zsh/zshrc.d/keep.zsh
@@ -2,7 +2,7 @@
# keep -- Main function for zshkeep; provided with a list of NAMEs, whether
# shell functions or variables, writes the current definition of each NAME to a
# directory $ZSHKEEP (defaults to ~/.zshkeep.d) with a .zsh suffix, each of
-# which is reloaded each time this file is called. This allows you to quickly
+# which is reloaded each time this file is called. This allows you to quickly
# arrange to keep that useful shell function or variable you made inline on
# subsequent logins.
#
@@ -46,8 +46,8 @@ keep() {
# -h given; means show help
h)
cat <<EOF
-${FUNCNAME[0]}: Keep variables and functions in shell permanently by writing them to
-named scripts iterated on shell start, in \$ZSHKEEP (defaults to
+${FUNCNAME[0]}: Keep variables and functions in shell permanently by writing
+them to named scripts iterated on shell start, in \$ZSHKEEP (defaults to
~/.zshkeep.d).
USAGE: