diff --git a/getbb.sh b/getbb.sh index b4c065a..7324057 100644 --- a/getbb.sh +++ b/getbb.sh @@ -2,4 +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 +. ~/.bashrc