Improve .bash_profile

This commit is contained in:
nemunaire 2026-01-24 09:31:56 +08:00
commit b06e29e5c8

View file

@ -1,2 +1,3 @@
[ `tty` == /dev/tty1 ] && exec startx
#!/bin/bash
[ "$(tty)" = "/dev/tty1" ] && exec startx
source "$HOME/.bashrc"