about summary refs log blame commit diff
path: root/dotfiles/.bash_profile
blob: 0dc50341680bbe6984b7c891edf5fba49b926e34 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                            
# ~/.bash_profile
#

[[ -f ~/.bashrc ]] && . "$HOME/.bashrc"

# StartX
if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
    exec startx
fi