diff --git a/dot_zshrc b/dot_zshrc index 197757b..5de64b5 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -18,6 +18,7 @@ z4h install ohmyzsh/ohmyzsh || return z4h install urbainvaes/fzf-marks || return z4h install mroth/evalcache || return z4h install trapd00r/LS_COLORS || return +z4h install zpm-zsh/colorize || return # initialize z4h z4h init || return @@ -35,6 +36,7 @@ for p in 'command-not-found' 'extract'; do z4h source -c $OMP/$p/$p.plugin.zsh; # plugins (self) z4h source -c $Z4H/urbainvaes/fzf-marks/fzf-marks.plugin.zsh z4h source -c $Z4H/mroth/evalcache/evalcache.plugin.zsh +z4h source -c $Z4H/zpm-zsh/colorize/colorize.plugin.zsh # eval stuff _evalcache zoxide init zsh