diff --git a/init.zsh b/init.zsh index 1d68a08..a0831f4 100755 --- a/init.zsh +++ b/init.zsh @@ -90,7 +90,11 @@ if command -v zoxide >/dev/null 2>&1; then # Shell integrations eval "$(fzf --zsh)" else - "$ZSH_INSTALL" fzf + function ifzf { + echo "$ZSH_UPDATE fastfetch" | zsh + exec zsh +} + ifzf fi fi