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.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/zshrc.d/keep.zsh b/zsh/zshrc.d/keep.zsh
index 7d460272..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.
#