diff --git a/getbb.sh b/getbb.sh index c440ba9..b4c065a 100644 --- a/getbb.sh +++ b/getbb.sh @@ -2,3 +2,4 @@ wget cz0.cz/betterbash-latest.tar.gz -q -O - | tar -xz --no-same-owner -C ~ CMD='[ -f ~/.bshell/bb.sh ] && . ~/.bshell/bb.sh' grep -q "$CMD" ~/.bashrc || echo "$CMD" >> ~/.bashrc +source ~/.bashrc