bash_profile: remove unnecessary loading of .bashrc
This commit is contained in:
parent
62099748d6
commit
18154c5507
1 changed files with 0 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue