mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-07 08:24:19 +01:00
fix(init): fix subscript flag in 11ca9e2a
This commit is contained in:
parent
11ca9e2ac7
commit
0b27b15d0b
@ -65,7 +65,7 @@ fi
|
||||
|
||||
# Create cache and completions dir and add to $fpath
|
||||
mkdir -p "$ZSH_CACHE_DIR/completions"
|
||||
(( ${fpath[(ie)$ZSH_CACHE_DIR/completions]} )) || fpath=("$ZSH_CACHE_DIR/completions" $fpath)
|
||||
(( ${fpath[(Ie)$ZSH_CACHE_DIR/completions]} )) || fpath=("$ZSH_CACHE_DIR/completions" $fpath)
|
||||
|
||||
# Check for updates on initial load...
|
||||
source "$ZSH/tools/check_for_upgrade.sh"
|
||||
|
Loading…
Reference in New Issue
Block a user