From d503c78000c5750213798fe61355d0ee6c87bcd6 Mon Sep 17 00:00:00 2001 From: eeleater Date: Tue, 17 Aug 2021 06:49:23 +0200 Subject: [PATCH] Update dot_zshrc --- dot_zshrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dot_zshrc b/dot_zshrc index 4639b62..762f1db 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -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