Convert to 2 space indents.
This commit is contained in:
parent
ed4948ef68
commit
f0042fcf3b
18
oh-my-zsh.sh
18
oh-my-zsh.sh
@ -67,16 +67,16 @@ fi
|
|||||||
|
|
||||||
if [[ $ZSH_DISABLE_COMPINIT != true ]]; then
|
if [[ $ZSH_DISABLE_COMPINIT != true ]]; then
|
||||||
if [[ $ZSH_DISABLE_COMPFIX != true ]]; then
|
if [[ $ZSH_DISABLE_COMPFIX != true ]]; then
|
||||||
# If completion insecurities exist, warn the user without enabling completions.
|
# If completion insecurities exist, warn the user without enabling completions.
|
||||||
if ! compaudit &>/dev/null; then
|
if ! compaudit &>/dev/null; then
|
||||||
# This function resides in the "lib/compfix.zsh" script sourced above.
|
# This function resides in the "lib/compfix.zsh" script sourced above.
|
||||||
handle_completion_insecurities
|
handle_completion_insecurities
|
||||||
# Else, enable and cache completions to the desired file.
|
# Else, enable and cache completions to the desired file.
|
||||||
else
|
else
|
||||||
compinit -d "${ZSH_COMPDUMP}"
|
compinit -d "${ZSH_COMPDUMP}"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
compinit -i -d "${ZSH_COMPDUMP}"
|
compinit -i -d "${ZSH_COMPDUMP}"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
# Load all of the plugins that were defined in ~/.zshrc
|
# Load all of the plugins that were defined in ~/.zshrc
|
||||||
|
Loading…
Reference in New Issue
Block a user