diff options
author | Justin Mazzi <jmazzi@gmail.com> | 2012-04-25 11:02:17 -0400 |
---|---|---|
committer | Justin Mazzi <jmazzi@gmail.com> | 2012-04-25 11:02:17 -0400 |
commit | 7fd1bf597fd866480d41a4208fa23d04b1a79044 (patch) | |
tree | 27a3de1a8ccc8193c85f1bf0018adc887ea86545 | |
parent | 6f4c69cb48d6fb746149afddee264509a5245305 (diff) | |
download | zsh-7fd1bf597fd866480d41a4208fa23d04b1a79044.tar.gz zsh-7fd1bf597fd866480d41a4208fa23d04b1a79044.tar.bz2 zsh-7fd1bf597fd866480d41a4208fa23d04b1a79044.zip |
Fix formatting
-rw-r--r-- | README.textile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.textile b/README.textile index f6b59fa26..701485690 100644 --- a/README.textile +++ b/README.textile @@ -60,6 +60,7 @@ If you have many functions which go well together you can put them as a *.plugin 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/@. h3. Updates + By default you will be prompted to check for updates. If you would like oh-my-zsh to automatically update itself without prompting you, set the following in your ~/.zshrc @DISABLE_UPDATE_PROMPT=true@ |