summaryrefslogtreecommitdiffstats
path: root/.bash_profile
blob: e277fc1e4ee38b5511c0b6ca14648f03ae7d79c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# ~/.bash_profile
#

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

export PATH=$PATH:$HOME/.scripts
export EDITOR="vim"
export TERMINAL="st"
export BROWSER="firefox"

# Uncomment lines below to autostart i3 when logged in:
#if [[ "$(tty)" = "/dev/tty1" ]]; then
	#pgrep i3 || exec startx
#fi