Go to file
Ceda EI 9944da2b92 Update README 2019-02-22 18:57:16 +05:30
plugins Re-order items in vcs 2019-02-19 00:05:40 +05:30
themes Set colors for every plugin in plain theme. 2019-02-17 11:10:13 +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
install.sh Add install.sh 2019-02-18 17:10:41 +05:30
wish.sh Fix RGB Coloring 2019-02-16 18:13:11 +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.