From 887bbc4fbc7eadc766d4613cdc14af5a483b2adc Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 18 Jun 2013 00:23:18 +0100 Subject: [PATCH] No need to attempt to syntax highlight shell command examples --- README.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1da9600..cf4f29d 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,7 @@ select_pane 0 You can then load that window layout into a new window in the current tmux session using: -```bash -tmuxifier load-window example -``` + tmuxifier load-window example Which will yield a Tmux window looking like this: @@ -54,9 +52,7 @@ Which will yield a Tmux window looking like this: Clone the repo to your machine: -```bash -git clone https://github.com/jimeh/tmuxifier.git ~/.tmuxifier -``` + git clone https://github.com/jimeh/tmuxifier.git ~/.tmuxifier Then add `~/.tmuxifier/bin` to your PATH to make the `tmuxifier` executable available to you: @@ -100,10 +96,8 @@ eval `tmuxifier init -` ## Updating -```bash -cd ~/.tmuxifier -git pull -``` + cd ~/.tmuxifier + git pull ## Usage