2018-01-21 18:29:48 -07:00
|
|
|
#
|
|
|
|
# ~/.bash_profile
|
|
|
|
#
|
|
|
|
|
|
|
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
|
|
|
|
2018-02-20 14:29:53 -07:00
|
|
|
export PATH=$PATH:$HOME/.scripts
|
2018-01-21 18:29:48 -07:00
|
|
|
export EDITOR="vim"
|
|
|
|
export TERMINAL="st"
|
2018-07-03 13:18:16 -04:00
|
|
|
export BROWSER="firefox"
|
|
|
|
|
|
|
|
# Uncomment lines below to autostart i3 when logged in:
|
|
|
|
#if [[ "$(tty)" = "/dev/tty1" ]]; then
|
|
|
|
#pgrep i3 || exec startx
|
|
|
|
#fi
|