diff --git a/.bash_profile b/.bash_profile index f4a9a0d..7fec221 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,11 +1,6 @@ # .bash_profile # Dongsu Park -# 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