diff --git a/.config/zsh/conf.d/30-plugin-ez-compinit.zsh b/.config/zsh/conf.d/30-plugin-ez-compinit.zsh index 2bcd91a..f539e66 100644 --- a/.config/zsh/conf.d/30-plugin-ez-compinit.zsh +++ b/.config/zsh/conf.d/30-plugin-ez-compinit.zsh @@ -1 +1,5 @@ -# Available completion styles: gremlin, ohmy, prez, zshzoo# You can add your own too. To see all available completion styles# run 'compstyle -l'ZSH_COMPDUMP=${ZCACHE}/zcompdumpzstyle ':plugin:ez-compinit' 'compstyle' 'zshzoo' \ No newline at end of file +# Available completion styles: gremlin, ohmy, prez, zshzoo +# You can add your own too. To see all available completion styles +# run 'compstyle -l' +ZSH_COMPDUMP=${ZCACHE}/zcompdump +zstyle ':plugin:ez-compinit' 'compstyle' 'zshzoo' \ No newline at end of file