bash_profile: remove unnecessary loading of .bashrc

This commit is contained in:
Dongsu Park 2017-07-23 17:56:09 +02:00
parent 62099748d6
commit 18154c5507

View file

@ -1,11 +1,6 @@
# .bash_profile
# Dongsu Park <dpark AT posteo.net>
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
if [ ! -z ${REMOTEHOST} ]; then
@ -31,11 +26,6 @@ export PS1="\u@\h `dirs` $(parse_git_branch) {\!} "
unset USERNAME
# Execute the subshell script
if [ -e ~/.bashrc ]; then
source ~/.bashrc
fi
export PKGDIR=/usr/portage/packages
xset b off