if [ -z "$DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ]; then
  exec startx
fi

[ -z "$PS1" ] && return

. .bashrc

if [[ $TERM == xterm-termite ]]; then
  . /etc/profile.d/vte.sh
  __vte_prompt_command
fi

export PATH="$HOME/.local/bin:$PATH"

#source /home/zero/.config/broot/launcher/bash/br

export PATH=/usr/local/node-v20.15.1/bin:$PATH
. "$HOME/.cargo/env"