mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 18:38:00 +00:00
Ensure compinit updates its modified date
`compinit -i` doesn't always change zcompdump, which means that the `compinit -C` condition fails to run until the completions change. When we `compinit -i`, we should touch the file too to solve this.
This commit is contained in:
parent
c5175145d4
commit
6a70bdfff2
@ -40,6 +40,7 @@ if [[ $_comp_path(#qNmh-20) ]]; then
|
|||||||
else
|
else
|
||||||
mkdir -p "$_comp_path:h"
|
mkdir -p "$_comp_path:h"
|
||||||
compinit -i -d "$_comp_path"
|
compinit -i -d "$_comp_path"
|
||||||
|
touch "$_comp_path"
|
||||||
fi
|
fi
|
||||||
unset _comp_path
|
unset _comp_path
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user