From 9f1a3621f0710da76c9ea7ff54f1cd0c762facd9 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 12 Jun 2013 09:00:18 +0100 Subject: [PATCH] Fix an error and tweak some styling in readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 68254c0..4fd1e0f 100644 --- a/README.md +++ b/README.md @@ -60,21 +60,21 @@ git clone https://github.com/jimeh/tmuxifier.git ~/.tmuxifier Then add `~/.tmuxifier/bin` to your PATH: -### bash & zsh +__In bash & zsh:__ ```bash export PATH="~/.tmuxifier/bin:$PATH" ``` -### tcsh +__In tcsh:__ ```tcsh -set path = ( ~/.tmuxifier/bin $path ) +set path = ( "~/.tmuxifier/bin" $path ) ``` ## Setup -### bash & zsh +__In bash & zsh:__ And add the following to your `~/.profile`, `~/.bash_profile`, `~/.zshrc` or equivalent: @@ -83,7 +83,7 @@ equivalent: eval "$(tmuxifier init -)" ``` -### tcsh +__In tcsh:__ Add the following to your `~/.cshrc`, `~/.tcshrc` or equivalent: