From 9fd1f5b7c9c8df5cc0c331e2c640b02e20a070a2 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Mon, 12 Jul 2021 17:11:57 +0300 Subject: bash: tweak profile --- bash/.bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash') diff --git a/bash/.bash_profile b/bash/.bash_profile index 27b8539..cfb037e 100644 --- a/bash/.bash_profile +++ b/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" -- cgit v1.2.3