summaryrefslogtreecommitdiffstats
path: root/.bash_profile
blob: 2941fb69b041cf2ca7cd5a302a13cfba4337ab58 (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