Update README with custom themes

Mention how to use custom themes by placing them in custom/themes.
This commit is contained in:
Jonathan Pares 2014-04-16 22:01:38 +02:00
parent eaa0ead841
commit 9e97a467b6

View File

@ -37,6 +37,9 @@ If you would like to override the functionality of a plugin distributed with oh-
create a plugin of the same name in the `custom/plugins/` directory and it will be loaded create a plugin of the same name in the `custom/plugins/` directory and it will be loaded
instead of the one shipped with oh-my-fish. instead of the one shipped with oh-my-fish.
If you would to use your custom theme, move it with the same name in the `custom/themes/` directory
and it will override the original theme in `themes/`.
If you just want to override any of the default behavior or add some environment variables, If you just want to override any of the default behavior or add some environment variables,
just add a new file (ending in .load) into the `custom/` directory. just add a new file (ending in .load) into the `custom/` directory.