diff --git a/bash/bashrc/rbashrc b/bash/bashrc/rbashrc index 45cc0c1..a08716f 100644 --- a/bash/bashrc/rbashrc +++ b/bash/bashrc/rbashrc @@ -5,10 +5,6 @@ case $- in esac __SCRIPT=$BASH_SOURCE -echo $BASH_SOURCE | grep -q "^$( pwd )" -if [ $? -ne 0 ]; then - __SCRIPT=$( pwd )/$BASH_SOURCE -fi # Source global definitions if [ -f /etc/bashrc ]; then