blob: 2fcf6362dcff0091b9ba9d79997dd5aace4dd157 (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
export EDITOR="nvim"
export TERMINAL="alacritty"
export BROWSER="firefox"
export READER="zathura"
export PATH="$HOME/.emacs.d/bin:$PATH"
|