aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
blob: 4a7782ef326898cbfed986c17d19865b6bc34165 (plain)
1
2
3
4
5
6
7
# ~/.bash_profile

[[ -f ~/.bashrc ]] && . ~/.bashrc
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx -- -keeptty -nolisten tcp > /dev/null 2>&1

# add php composer path
export PATH="${PATH}:~/.config/composer/vendor/bin/"