1
0
mirror of https://gitlab.com/ceda_ei/wish synced 2025-04-03 21:36:52 +02:00
Ceda EI 30ebb302b8 Revert "Update plugins to new specification for wish_append"
This reverts commit b389774a5062342aaee11588e1754005c8268789.
Since PS1 escape codes are allowed once more, this commit is no longer
needed.
2019-12-25 20:25:20 +05:30
2019-02-15 10:49:05 +00:00
2019-02-22 18:57:16 +05:30

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.

Description
No description provided
Readme 173 KiB
Languages
Shell 70.7%
Python 29.3%