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