Skip to content

Commit 6a43462

Browse files
committed
changes to add mise plugin added
1 parent 9f208af commit 6a43462

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

executable_dot_zshrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ zinit light zsh-users/zsh-completions
1919
zinit light zsh-users/zsh-autosuggestions
2020
zinit light Aloxaf/fzf-tab
2121

22+
# some snippets from omz plugins require completion directory to exist
23+
mkdir -p "$ZSH_CACHE_DIR/completions"
24+
2225
# Add in snippets
26+
zinit snippet OMZP::mise
2327
zinit snippet OMZL::git.zsh
2428
zinit snippet OMZP::git
2529
zinit snippet OMZP::vi-mode

0 commit comments

Comments
 (0)