From eaa0ead84161e4576ab279fc2757ea9fe18fdd7f Mon Sep 17 00:00:00 2001 From: Jonathan Pares Date: Wed, 16 Apr 2014 21:43:33 +0200 Subject: [PATCH 1/2] Gitignore: Ignore vim backup file (sw?). --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index aa68dc3..25f3b49 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ custom/* .DS_Store *.pyc *~ +*.sw? From 9e97a467b658151d651d73e70756d2c6d818448b Mon Sep 17 00:00:00 2001 From: Jonathan Pares Date: Wed, 16 Apr 2014 22:01:38 +0200 Subject: [PATCH 2/2] Update README with custom themes Mention how to use custom themes by placing them in custom/themes. --- README.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.markdown b/README.markdown index 2b38069..aaa55f4 100644 --- a/README.markdown +++ b/README.markdown @@ -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 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, just add a new file (ending in .load) into the `custom/` directory.