Adds default compinit
This commit is contained in:
parent
0dd1f820d8
commit
967a2af46e
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ if [[ -s "$DOTFILES/zprezto/init.zsh" ]]; then
|
|||
fi
|
||||
|
||||
# Customize to your needs...
|
||||
# load the default before the modules load
|
||||
autoload -Uz compinit && compinit
|
||||
|
||||
source_if_present() {
|
||||
if [ -f "$1" ]; then
|
||||
. "$1"
|
||||
|
|
Loading…
Add table
Reference in a new issue