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

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

export PATH="$PATH:$HOME/.dotfiles/scripts"
export PATH="$PATH:/home/jack/.dotnet/tools"

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