Update dot_zshrc

This commit is contained in:
eeleater 2021-11-02 09:49:55 +01:00
parent eeaafbd689
commit 0e54ce0b7d

View file

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