3 lines
77 B
Bash
3 lines
77 B
Bash
#!/bin/bash
|
|
[ "$(tty)" = "/dev/tty1" ] && exec startx
|
|
source "$HOME/.bashrc"
|