From 1904f73daba7e443f23a1adbcafcf716f21cea38 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Wed, 20 Aug 2014 21:26:57 +0200 Subject: Bash config: source .profile (.bash_profile gets it too, then) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 1f517fc..b8b469c 100644 --- a/.bashrc +++ b/.bashrc @@ -33,7 +33,7 @@ fi linkalias () { alias "$1=_linkalias $2"; } # Source the other common definitions -for f in /etc/profile \ +for f in /etc/profile ~/.profile \ $(find ~ -maxdepth 1 -name '.bashrc-*' \! -name '.bashrc-priv-*'); do test -f "${f}" && source "${f}" || : done -- cgit