diff --git a/dot_zshrc b/dot_zshrc index b652bb9..2da67a4 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -12,6 +12,7 @@ zstyle ':z4h:ssh:*' enable 'no' z4h install ohmyzsh/ohmyzsh || return z4h install urbainvaes/fzf-marks || return z4h install mroth/evalcache || return +z4h install trapd00r/LS_COLORS || return # initialize z4h (no network stuff after here) z4h init || return @@ -20,24 +21,24 @@ z4h init || return z4h source -c $HOME/.config/zsh/export.zsh z4h source -c $HOME/.config/local/env.zsh -# plugins (ohmyzsh) +# libraries (ohmyzsh) z4h source -c $OMZL/history.zsh z4h source -c $OMZL/completion.zsh z4h source -c $OMZL/directories.zsh z4h source -c $OMZL/clipboard.zsh z4h source -c $OMZL/grep.zsh + +# plugins (ohmyzsh) z4h source -c $OMZP/command-not-found/command-not-found.plugin.zsh z4h source -c $OMZP/extract/extract.plugin.zsh # plugins (self) z4h source -c $Z4H/urbainvaes/fzf-marks/fzf-marks.plugin.zsh z4h source -c $Z4H/mroth/evalcache/evalcache.plugin.zsh +_evalcache zoxide init zsh #zinit pack for ls_colors -# zoxide -_evalcache zoxide init zsh - # aliases z4h source -c $HOME/.config/zsh/aliases.zsh z4h source -c $HOME/.config/local/aliases.zsh