mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Merge pull request #247 from dmitmel/master
[pull] master from dmitmel:master
This commit is contained in:
commit
ed3b8d9046
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ _plugin completions 'zsh-users/zsh-completions' "$_checkout_latest_version"
|
|||
else
|
||||
# -C flag disables some checks performed by compinit - they are not needed
|
||||
# because we already have a fresh compdump
|
||||
compinit -C
|
||||
compinit -C -d "${ZSH_CACHE_DIR}/zcompdump"
|
||||
fi
|
||||
unset run_compdump
|
||||
# }}}
|
||||
|
|
Loading…
Reference in a new issue