summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
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