Skip to content

Commit

Permalink
Fix custom completions with OMZ
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrs committed Nov 12, 2021
1 parent cc2e9ee commit 95b5676
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions home/dot_zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,8 @@ plugins=(

source "$ZSH/oh-my-zsh.sh"

# https://github.com/ohmyzsh/ohmyzsh/issues/10412
autoload -U compinit && compinit

# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh

0 comments on commit 95b5676

Please sign in to comment.