voidrice/.bash_profile

11 lines
168 B
Bash
Raw Normal View History

#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
export PATH=$PATH:$HOME/.config/Scripts
export EDITOR="vim"
export TERMINAL="st"
export BROWSER="qutebrowser"