You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
7 years ago | |
|---|---|---|
| .bshell | 7 years ago | |
| .inputrc | 8 years ago | |
| README.md | 7 years ago | |
| getbb.sh | 7 years ago | |
| post-hook.sh | 7 years ago | |
README.md
Better Bash
Description? Pictures say more than words!
screenshot:
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 reasones being https://www.idontplaydarts.com/2016/04/detecting-curl-pipe-bash-server-side/ )
