if test -v DISTROBOX_HOST_HOME; then unset ZDOTDIR; exec zsh; fi # fix distrobox if test $TERMINALNAME = "alacritty"; then eval "$(zellij setup --generate-auto-start zsh)"; fi # autostart zellij only in alacritty #fastfetch bofh; echo " - BOFH" #hackerquotes #colorscript random () { test -r $1 && source $1 } "$XDG_CACHE_HOME"/p10k-instant-prompt-$USERNAME.zsh eval "$(sheldon source)" # eval stuff + other themes #_evalcache starship init zsh #_evalcache oh-my-posh init zsh --config /usr/share/oh-my-posh/themes/kali.omp.json _evalcache zoxide init zsh _evalcache atuin init zsh _evalcache navi widget zsh _evalcache direnv hook zsh eval "$(keychain --dir "$XDG_CACHE_HOME"/keychain --eval --quiet id_rsa)"