9 lines
140 B
Bash
9 lines
140 B
Bash
#
|
|
# ~/.bash_profile
|
|
#
|
|
|
|
|
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
|
|
|
# [ -z "$DISPLAY" ] &&
|
|
[ `tty` = '/dev/tty1' ] && exec dbus-run-session Hyprland
|