summaryrefslogtreecommitdiff
path: root/.bash_profile
blob: a70742bd823825990b2dc5892ef2625ad40fbdfb (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# ~/.bash_profile
#

[[ -f ~/.bashrc ]] && . ~/.bashrc

export PATH=$PATH:$HOME/.dotfiles/scripts

if [[ -t 0 && $(tty) == /dev/tty1 && ! $DISPLAY ]]; then
    exec dbus-launch --exit-with-session Hyprland
fi