aboutsummaryrefslogtreecommitdiffstats
path: root/.bash_profile
blob: 6b61905a11271c3b5097e994335eb4fce8d609f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#
# ~/.bash_profile
#

export PATH="${PATH}:$HOME/.gem/ruby/2.7.0/bin:$HOME/.local/bin"
export EDITOR="nvim"
export TERMINAL="alacritty"
export BROWSER="firefox"

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