diff --git a/Customization.md b/Customization.md index 83bbe87..f349f9a 100644 --- a/Customization.md +++ b/Customization.md @@ -6,6 +6,9 @@ In `~/.bashrc/` edit the variables. + 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