all repos — dotfiles @ 9fd1f5b7c9c8df5cc0c331e2c640b02e20a070a2

personal dotfiles

bash: tweak profile
la-ninpre leobrekalini@gmail.com
Mon, 12 Jul 2021 17:11:57 +0300
commit

9fd1f5b7c9c8df5cc0c331e2c640b02e20a070a2

parent

8e138b1764bb67007d3b93c873e6339b7d6c5ad2

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M bash/.bash_profilebash/.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"