We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bbc1acd + 8eef62e commit c504407Copy full SHA for c504407
modules/completion/init.zsh
@@ -34,10 +34,10 @@ colors
34
# Treat these characters as part of a word.
35
WORDCHARS='*?_-.[]~&;!#$%^(){}<>'
36
37
-# Use caching to make completion for cammands such as dpkg and apt usable.
+# Use caching to make completion for commands such as dpkg and apt usable.
38
zstyle ':completion:*' accept-exact '*(N)'
39
zstyle ':completion:*' use-cache on
40
-zstyle ':completion:*' cache-path "~/.zcache"
+zstyle ':completion:*' cache-path "$HOME/.zcache"
41
42
# Case-insensitive (all), partial-word, and then substring completion.
43
if zstyle -t ':dotzsh:module:completion:*' case-sensitive; then
0 commit comments