Skip to content

Commit

Permalink
fix(zshell): fix auto completion loading
Browse files Browse the repository at this point in the history
  • Loading branch information
alabeduarte committed Jan 9, 2019
1 parent dfee32b commit 46a0009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ZSH_THEME="powerlevel9k/powerlevel9k"
plugins=(git jump zsh-completions)

# zsh-completions: reloading the completion
autoload -U compinit && compinit
fpath=($ZSH/custom/plugins/zsh-completions/src $fpath)

source $ZSH/oh-my-zsh.sh

Expand Down

0 comments on commit 46a0009

Please sign in to comment.