voidrice/.bash_profile

16 lines
283 B
Bash
Raw Normal View History

#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
2018-02-20 21:29:53 +00:00
export PATH=$PATH:$HOME/.scripts
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