chore: fix some minor issues in comments

Signed-off-by: jishudashen <jishudashen@foxmail.com>
This commit is contained in:
jishudashen 2025-07-21 14:10:33 +08:00
commit dd253cffee
5 changed files with 5 additions and 5 deletions

View file

@ -40,7 +40,7 @@ fi
# disable named-directories autocompletion
zstyle ':completion:*:cd:*' tag-order local-directories directory-stack path-directories
# Use caching so that commands like apt and dpkg complete are useable
# Use caching so that commands like apt and dpkg complete are usable
zstyle ':completion:*' use-cache yes
zstyle ':completion:*' cache-path $ZSH_CACHE_DIR