From f8bace703ac72a8e6784f0ae59d1dc66f516f622 Mon Sep 17 00:00:00 2001 From: Simon Gomizelj Date: Tue, 29 Nov 2011 12:13:55 -0500 Subject: [PATCH] Tweaked README --- README.md | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 86ee48fa4..01c786242 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,12 @@ Setup ----- `oh-my-zsh` should work with any recent release of [zsh][], the -minimum recommended version is 4.3.9. - -A package can be found in Archlinux's [AUR][oh-my-zsh-git]. We -recommend using [cower] to install it: +minimum recommended version is 4.3.9. A package can be found in +Archlinux's [AUR][oh-my-zsh-git]. We recommend using [cower] to +install it: ``` -cower -dd oh-my-zsh-git +$ cower -dd oh-my-zsh-git ``` [zsh]: http://www.zsh.org/ @@ -36,11 +35,9 @@ The user must have zsh set as their shell. The following needs to be added to the start of the user's `~/.zshrc` file to activate oh-my-zshell goodness. -``` -ZSH_THEME="arch-blue" -plugins=(archlinux sprunge git) -load_oh_my_zshell -``` + ZSH_THEME="arch-blue" + plugins=(archlinux sprunge git) + load_oh_my_zshell A skeleton template can be found in `/usr/share/oh-my-zsh/templates/user.zsh-template`