summaryrefslogtreecommitdiff
path: root/.bash_profile
blob: b084701905838a35cdb1f3b238f6927d17247663 (plain) (blame)
1
2
3
4
5
[[ -f ~/.bashrc ]] && source ~/.bashrc
[[ -z "$DISPLAY" && `tty` == /dev/tty1 ]] && {
	emacs --daemon &
	exec Hyprland
}