mirror of https://gitlab.com/ceda_ei/wish
Ceda EI
e05f37b5b9
Wish is now configured by a config file (although WISH_PLUGINS and WISH_RIGHT_PLUGINS are still used as a fallback if no config file is found. This way old setups won't break). Config file allows for higher customization and re-use of plugins and is easier to maintain for users. Add gINIe parser to Wish. Parse a gINIe config file for wish config. Wrappers around plugins are created to allow re-use with multiple configs and themes. |
||
---|---|---|
plugins | ||
themes | ||
.gitignore | ||
LICENSE | ||
README.md | ||
config.default.gie | ||
ginie.py | ||
install.sh | ||
wish.py | ||
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