bash: tweak profile
la-ninpre leobrekalini@gmail.com
Mon, 12 Jul 2021 17:11:57 +0300
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
bash/.bash_profile
→
bash/.bash_profile
@@ -8,4 +8,4 @@ export TERMINAL="alacritty"
export BROWSER="brave" export TESSDATA_PREFIX=/usr/share/tessdata -[[ -f ~/.bashrc ]] && . ~/.bashrc +[ -f "${HOME}/.bashrc" ] && . "${HOME}/.bashrc"