diff --git a/executable_dot_zshrc b/executable_dot_zshrc index cd7dbd7..fe243e9 100644 --- a/executable_dot_zshrc +++ b/executable_dot_zshrc @@ -132,7 +132,8 @@ fi # set up zoxide if installed (lets you jump through folders easily using the z and zi commands instead of cd) if checkCommand zoxide; then - zsh-defer _evalcache zoxide init zsh + # zsh-defer + _evalcache zoxide init zsh fi #if "$(checkCommand notify-send)"; then @@ -145,7 +146,7 @@ fi # Set aliases [ -f "$HOME/.aliasrc" ] && source "$HOME/.aliasrc" # >/dev/null 2>&1 &; -if checkCommand hyfetch; then +if checkCommand hyfetch && checkCommand fastfetch; then hyfetch -b fastfetch fi END="$(date '+%s.%N')"