fastfetch & # Source my profile sourceif() { [ -f "$1" ] && . "$1" } sourceif ~/.profile sourceif ~/.bashrc wait # Start Sway if on tty1 if [ "$(tty)" = /dev/tty1 ]; then exec sway fi