voidrice/.bash_profile

16 lines
285 B
Bash
Raw Normal View History

#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
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