# Better Bash Description? Pictures say more than words! ## screenshot: ![alt text](https://cz0.cz/static/untracked/images/bb_example.png "Example of BetterBash at work") ## quick install: ``` URL='https://cz0.cz/git/czoczo/BetterBash/raw/branch/master/.bshell' && \ DIR=~/.bshell && \ CMD='[ -f ~/.bshell/bb.sh ] && . ~/.bshell/bb.sh' && \ mkdir -p $DIR && \ wget $URL/bb.sh -O $DIR/bb.sh && \ wget $URL/git-prompt.sh -O $DIR/git-prompt.sh && \ grep -q "$CMD" ~/.bashrc || echo "$CMD" >> ~/.bashrc && \ source ~/.bashrc ``` or just: ``` curl https://cz0.cz/getbb.sh | sh && source ~/.bashrc ``` (but only if you really, really, _really_ trust me) (in fact, no one really should... one of the many reasons being https://www.idontplaydarts.com/2016/04/detecting-curl-pipe-bash-server-side/ )