3 Customization
Ceda EI edited this page 2019-02-23 14:21:05 +05:30

Customization

In ~/.bashrc/ edit the variables.

  • To change the order of plugins, edit the WISH_PLUGINS array.
    • e.g. To make your prompt with path, date, vcs plugins, add WISH_PLUGINS=(path date vcs).
  • To change the theme, edit the WISH_THEME variable (Default: plain).
    • e.g. To set theme to plain, add WISH_THEME=plain
  • To enable/disable powerline fonts, set WISH_POWERLINE to 1 or 0.
  • In addition to these, each plugin can have their own options for customizations. Check out the plugin's docs.

Note: Add the config before the line that sources wish.sh. It starts with source or . and is followed by a path to wish.sh

Example config

WISH_DATE_FORMAT="%d %b %H:%M" # Look in date plugin for details
WISH_PLUGINS=(newline exit_code bg_jobs tmux date battery path python_venv newline vcs space)
WISH_POWERLINE=1
WISH_THEME=rgb_gradient

Example Config

Plugins

Check out the list of plugins here

Themes

Check out the list of themes here