blob: c80adeb1d312cab454eb3e84300b07468781fc63 (
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="librewolf"
export READER="zathura"
export PATH="$HOME/.emacs.d/bin:$PATH"
|