Commit 843a7ea313edae85e62b18f81a7f69280e5282b9
1 parent
2b0796f6a5
Correct formatting in README.
Showing 1 changed file with 6 additions and 5 deletions Side-by-side Diff
README.mkd
... | ... | @@ -365,8 +365,8 @@ correct path, if not already set to something else. |
365 | 365 | |
366 | 366 | Please note that this assumes that the `ANTIGEN_DEFAULT_REPO_URL` is set to the |
367 | 367 | oh-my-zsh repo or a fork of that repo. If you want to specify the `url` too, |
368 | -then you can't use the `antigen-use oh-my-zsh` short cut. You have to do that directly | |
369 | -with the `antigen-bundle` command. | |
368 | +then you can't use the `antigen-use oh-my-zsh` short cut. You have to do that | |
369 | +directly with the `antigen-bundle` command. | |
370 | 370 | |
371 | 371 | This is present to ease dealing with oh-my-zsh plugins. |
372 | 372 | |
... | ... | @@ -411,9 +411,10 @@ Will pull the apple theme from the canonical oh-my-zsh repo. Also, note that the |
411 | 411 | You can use this command to change your theme on the fly in your shell. Go on, |
412 | 412 | try out a few themes in your shell before you set it in your `.zshrc`. |
413 | 413 | |
414 | -**Note**: Some themes use functions that are loaded by `antigen-use oh-my-zsh`. So, to | |
415 | -avoid any trouble, run `antigen-use oh-my-zsh` if you haven't already before experimenting | |
416 | -with themes. If you have `antigen-use oh-my-zsh` in your `.zshrc`, you're covered. | |
414 | +**Note**: Some themes use functions that are loaded by `antigen-use oh-my-zsh`. | |
415 | +So, to avoid any trouble, run `antigen-use oh-my-zsh` if you haven't already | |
416 | +before experimenting with themes. If you have `antigen-use oh-my-zsh` in your | |
417 | +`.zshrc`, you're covered. | |
417 | 418 | |
418 | 419 | **Note**: Do *not* provide the `--btype` argument to `antigen-theme`. Its an |
419 | 420 | internal argument. |