Update dot_zshrc

This commit is contained in:
eeleater 2021-08-17 06:49:23 +02:00
parent bded23437c
commit d503c78000

View file

@ -26,6 +26,7 @@ zstyle ':z4h:ssh:*' enable 'no'
z4h install ohmyzsh/ohmyzsh || return
z4h install urbainvaes/fzf-marks || return
z4h install jreese/zsh-titles || return
z4h install mroth/evalcache || return
# Install or update core components (fzf, zsh-autosuggestions, etc.) and
# initialize Zsh. After this point console I/O is unavailable until Zsh
@ -45,8 +46,6 @@ export MANPAGER="sh -c 'col -bx | bat -l man -p'"
# Source additional local files if they exist.
z4h source $HOME/.config/local/env.zsh
eval "$(zoxide init zsh)"
# Source Files
z4h source $HOME/.config/zsh/sshagent.zsh
z4h source $Z4H/ohmyzsh/ohmyzsh/lib/history.zsh
@ -56,8 +55,12 @@ z4h source $Z4H/ohmyzsh/ohmyzsh/lib/clipboard.zsh
z4h source $Z4H/ohmyzsh/ohmyzsh/lib/grep.zsh
z4h source $Z4H/ohmyzsh/ohmyzsh/plugins/command-not-found/command-not-found.plugin.zsh
z4h source $Z4H/urbainvaes/fzf-marks/fzf-marks.plugin.zsh
z4h source $Z4H/mroth/evalcache/evalcache.plugin.zsh
#zinit pack for ls_colors
# zoxide
_evalcache zoxide init zsh
# Aliases
z4h source $HOME/.config/zsh/aliases.zsh
z4h source $HOME/.config/local/aliases.zsh