summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2014-08-20 21:26:57 +0200
committerJan Pokorný <jpokorny@redhat.com>2014-08-20 21:26:57 +0200
commit1904f73daba7e443f23a1adbcafcf716f21cea38 (patch)
tree816f7abd099e88a7323e3cf27a2659748b7a6108
parent5e17edbe6279e1bdfebe4de21111d6ff9f8af099 (diff)
downloaddotfiles-1904f73daba7e443f23a1adbcafcf716f21cea38.tar.gz
dotfiles-1904f73daba7e443f23a1adbcafcf716f21cea38.tar.xz
dotfiles-1904f73daba7e443f23a1adbcafcf716f21cea38.zip
Bash config: source .profile (.bash_profile gets it too, then)
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
-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