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