voidrice/.bash_profile
2018-02-20 14:29:53 -07:00

10 lines
161 B
Bash

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