Go to file
Ceda EI e01b29d4a0 Update install.sh 2019-12-31 12:43:33 +05:30
plugins [Breaking] Update custom_text to better variable namespacing. 2019-12-31 11:23:19 +05:30
themes Update support for right prompt in themes. 2019-12-29 21:32:03 +05:30
.gitignore Add gINIe parser. 2019-12-30 22:13:10 +05:30
LICENSE Add LICENSE 2019-02-15 10:49:05 +00:00
README.md Update README 2019-02-22 18:57:16 +05:30
config.default.gie Add default config for wish. 2019-12-31 10:29:55 +05:30
ginie.py Add gINIe parser. 2019-12-30 22:13:10 +05:30
install.sh Update install.sh 2019-12-31 12:43:33 +05:30
wish.py Add wish.py for generating wrappers around plugins. 2019-12-31 11:19:07 +05:30
wish.sh Source config file. Add WISH_CONFIG_FILE array for paths of config files. 2019-12-31 11:55:23 +05:30

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

Wiki

Check the wiki for details about customization and plugins.