mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Compare commits
2 commits
2c3049b5a9
...
ed3b8d9046
Author | SHA1 | Date | |
---|---|---|---|
|
ed3b8d9046 | ||
|
4b54ae7f02 |
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…
Add table
Add a link
Reference in a new issue