From ac38344e1b7fb4ddb7d7b140ab1433d438d66358 Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Sat, 28 Aug 2021 13:28:53 +0200 Subject: [PATCH] Update dot_zshrc --- dot_zshrc | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/dot_zshrc b/dot_zshrc index 8352015..741f4f2 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -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