mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
lib: speed up slow parts of the lib files; other small fixes
This commit is contained in:
parent
dbd16000a5
commit
0caae9082a
4 changed files with 24 additions and 26 deletions
|
|
@ -73,4 +73,4 @@ if [[ $COMPLETION_WAITING_DOTS = true ]]; then
|
|||
fi
|
||||
|
||||
# automatically load bash completion functions
|
||||
autoload -Uz bashcompinit && bashcompinit
|
||||
autoload -U +X bashcompinit && bashcompinit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue