mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
>.< Why ~/.omz/ when we already have $OMZ
This commit is contained in:
parent
ac45d4589e
commit
8ff952c51e
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ zstyle ':completion:*:hosts' hosts $hosts
|
|||
|
||||
# Use caching so that commands like apt and dpkg complete are useable
|
||||
zstyle ':completion::complete:*' use-cache on
|
||||
zstyle ':completion::complete:*' cache-path ~/.omz/cache/
|
||||
zstyle ':completion::complete:*' cache-path $OMZ/cache/
|
||||
|
||||
# Fuzzy matching of completions for when you mistype them
|
||||
zstyle ':completion:*' completer _complete _match _approximate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue