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

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

export EDITOR=nano
export DESKTOP_SESSION='_DESKTOP_SESSION_'

~/.automated_script.sh

[ -n "$DESKTOP_SESSION" -a -z "$DISPLAY" -a "$(tty)" = /dev/tty1 ] && exec startx