mirror of https://gitlab.com/ceda_ei/wish
Ceda EI
fe18fd52db
WISH_PATH_POWERLINE_MAX_PERC tries to ensure that the path stays below the specified percentage of the remaining characters. The path is shortened by replacing each dir with its initial until it becomes short enough. The last part is never shortened. |
||
---|---|---|
plugins | ||
themes | ||
LICENSE | ||
README.md | ||
install.sh | ||
wish.sh |
README.md
Wish
A customizable bash prompt.
Installation
One step Installation
curl https://gitlab.com/ceda_ei/wish/raw/master/install.sh | bash
Manual Installation
cd ~/.config/
git clone https://gitlab.com/ceda_ei/wish.git
- Add the following lines to ~/.bashrc
WISH_PLUGINS=(exit_code_smiley bg_jobs date path newline vcs)
WISH_THEME=plain
source ~/.config/wish/wish.sh