Go to file
Ceda EI fe18fd52db Add WISH_PATH_POWERLINE_MAX_PERC to limit path length.
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.
2019-12-29 20:26:47 +05:30
plugins Add WISH_PATH_POWERLINE_MAX_PERC to limit path length. 2019-12-29 20:26:47 +05:30
themes Update rgb_gradient to support right prompt. 2019-12-15 22:00:37 +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 Use git if it exists in install script 2019-05-15 13:25:33 +05:30
wish.sh Perform prompt expansion on strings before computing their length. 2019-12-25 20:22:49 +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.