From 377c82ee1eb7d8331a2c14409246a2b9a4c957f4 Mon Sep 17 00:00:00 2001 From: addisonamiri Date: Fri, 19 Dec 2014 14:09:05 -0800 Subject: [PATCH] I assume this is what was meannt. Otherwise more information on riding implementations would be useful. --- Customization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Customization.md b/Customization.md index 17581b9..819af28 100644 --- a/Customization.md +++ b/Customization.md @@ -51,7 +51,7 @@ Hint: Using a random theme with `$ZSH_THEME="random"` will not look into your cu ## Overriding internals -oh-my-zsh's internals are defined in its `lib` directory. To change them just create a file inside the `custom` directory (its name doesn't matter, as long as it has a `.zsh` ending) and start customizing whatever you want. Unsatisfied with the way `git_prompt_info()` works? Ride your own implementation! +oh-my-zsh's internals are defined in its `lib` directory. To change them just create a file inside the `custom` directory (its name doesn't matter, as long as it has a `.zsh` ending) and start customizing whatever you want. Unsatisfied with the way `git_prompt_info()` works? Write your own implementation! ```bash # custom/my_patches.zsh