From 18154c5507d7791f4940d8bef2f53839fa560a9e Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Sun, 23 Jul 2017 17:56:09 +0200 Subject: [PATCH] bash_profile: remove unnecessary loading of .bashrc --- .bash_profile | 10 ---------- 1 file changed, 10 deletions(-) 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