From 0d5afea232d5ac174e0e9ced2f8a8802b43d55f8 Mon Sep 17 00:00:00 2001 From: tdro Date: Tue, 22 Dec 2020 02:43:32 -0500 Subject: .bash_profile: Just prefix path Avoid duplicate paths since .bashrc and .bash_profile are calling each other. --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 70fff04..9523b76 100644 --- a/.bashrc +++ b/.bashrc @@ -1,7 +1,7 @@ #!/bin/bash # source exports -export BASH_PROFILE=loaded && . "$HOME/.bash_profile"; +export BASH_PROFILE=1 && . "$HOME/.bash_profile"; # bail if not interactive echo $- | grep -q "i" || return; -- cgit v1.2.3