From 1fb600a9823487f3ed959293ea868eeb2b127d45 Mon Sep 17 00:00:00 2001 From: "Duncan X. Simpson" Date: Wed, 20 Apr 2016 11:50:27 -0700 Subject: [PATCH] Add note about custom themes --- README.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.markdown b/README.markdown index 0cbea72c9..9fae9e4b1 100644 --- a/README.markdown +++ b/README.markdown @@ -154,6 +154,8 @@ If you have many functions that go well together, you can put them as a `XYZ.plu If you would like to override the functionality of a plugin distributed with Oh My Zsh, create a plugin of the same name in the `custom/plugins/` directory and it will be loaded instead of the one in `plugins/`. +If you want to override a theme or use your own, make sure to name it `XYZ.zsh-theme` not `.zsh`. + ## Getting Updates By default, you will be prompted to check for upgrades every few weeks. If you would like `oh-my-zsh` to automatically upgrade itself without prompting you, set the following in your `~/.zshrc`: