Update dot_zshrc

This commit is contained in:
Nikolas Weger 2021-08-28 13:28:53 +02:00
parent b01d0f68c0
commit ac38344e1b

View file

@ -14,24 +14,22 @@ z4h install ohmyzsh/ohmyzsh || return
z4h install urbainvaes/fzf-marks || 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
# is fully initialized. Everything that requires user interaction or can
# perform network I/O must be done above. Everything else is best done below.
# install or update core components and initialize zsh. no network stuff after here
z4h init || return
# exports
z4h source $HOME/.config/zsh/export.zsh
z4h source $HOME/.config/local/env.zsh
OMZ="$Z4H/ohmyzsh/ohmyzsh"
# Source Files
z4h source $HOME/.config/zsh/sshagent.zsh
z4h source $Z4H/ohmyzsh/ohmyzsh/lib/history.zsh
z4h source $Z4H/ohmyzsh/ohmyzsh/lib/completion.zsh
z4h source $Z4H/ohmyzsh/ohmyzsh/lib/directories.zsh
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 $OMZ/lib/history.zsh
z4h source $OMZ/lib/completion.zsh
z4h source $OMZ/lib/directories.zsh
z4h source $OMZ/lib/clipboard.zsh
z4h source $OMZ/lib/grep.zsh
z4h source $OMZ/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