diff --git a/bash/bashrc/rbashrc b/bash/bashrc/rbashrc index e8d0da7..5635e59 100644 --- a/bash/bashrc/rbashrc +++ b/bash/bashrc/rbashrc @@ -153,13 +153,13 @@ export EDITOR=vim echo "Source:" function __ns { if [ -z "$2" ]; then - PATH="sources/$1" + FPATH="sources/$1" else - PATH=$1 + FPATH=$1 fi echo " $1" - __cacheDownload "http://git.astropenguin.net/?p=utils.git;a=blob_plain;f=bash/bashrc/$PATH;hb=HEAD" + __cacheDownload "http://git.astropenguin.net/?p=utils.git;a=blob_plain;f=bash/bashrc/$FPATH;hb=HEAD" shift TMPFILE=/tmp/$( cat /proc/sys/kernel/random/uuid ) __cryptd "$__CFILE" "$TMPFILE"