Skip to content

Commit

Permalink
fix(init): fix subscript flag in 11ca9e2
Browse files Browse the repository at this point in the history
  • Loading branch information
mcornella committed Jul 13, 2024
1 parent 11ca9e2 commit 0b27b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oh-my-zsh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0b27b15

Please sign in to comment.