mirror of https://gitlab.com/ceda_ei/wish
Update Customization
parent
d2ef258ca0
commit
addacc1eca
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue