summaryrefslogtreecommitdiff
path: root/.bash_profile
blob: 7fe4500365114b21d6eadc750495a28b752dc067 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# ~/.bash_profile
#

[[ -f ~/.bashrc ]] && . ~/.bashrc


export EDITOR="emacsclient"
export TERMINAL="alacritty"
export BROWSER="qutebrowser"
export READER="zathura"



export PATH="$HOME/.emacs.d/bin:$PATH"