diff options
author | Marc Cornellà <hello@mcornella.com> | 2021-10-06 10:04:30 +0200 |
---|---|---|
committer | Marc Cornellà <hello@mcornella.com> | 2021-10-06 10:14:39 +0200 |
commit | 69a45a9c98291dc485ee9c46c9bf79ec8533217b (patch) | |
tree | 771ae51aadb9046554953b73ede1403475902129 /templates | |
parent | 7418814677a1b64d584d84be03fbfe38c7760e61 (diff) | |
download | zsh-69a45a9c98291dc485ee9c46c9bf79ec8533217b.tar.gz zsh-69a45a9c98291dc485ee9c46c9bf79ec8533217b.tar.bz2 zsh-69a45a9c98291dc485ee9c46c9bf79ec8533217b.zip |
chore: zshrc update settings rewording
Diffstat (limited to 'templates')
-rw-r--r-- | templates/zshrc.zsh-template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index 58642bc41..7e1c7997c 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -23,7 +23,7 @@ ZSH_THEME="robbyrussell" # Case-sensitive completion must be off. _ and - will be interchangeable. # HYPHEN_INSENSITIVE="true" -# Uncomment the following lines to change the auto-update behavior +# Uncomment one of the following lines to change the auto-update behavior # zstyle ':omz:update' mode disabled # disable automatic updates # zstyle ':omz:update' mode auto # update automatically without asking # zstyle ':omz:update' mode reminder # just remind me to update when it's time |