From 8a9174c1c59f206a1251c6fe729016dd016d9efb Mon Sep 17 00:00:00 2001 From: Matthias Guenther Date: Tue, 4 Feb 2014 18:23:21 +0100 Subject: [PATCH] Fixing the export path option for bash and zsh in the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7598004..c064f3e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ and pane configurations with ease. In short, Tmuxifier allows you to easily create, edit, and load "layout" files, which are simple shell scripts where you use the `tmux` command and -helper commands provided by tmuxifier to manage Tmux sessions and windows +helper commands provided by `tmuxifier` to manage Tmux sessions and windows ### Window Layouts @@ -60,7 +60,7 @@ available to you: __In bash & zsh:__ ```bash -export PATH="~/.tmuxifier/bin:$PATH" +export PATH="./.tmuxifier/bin:$PATH" ``` __In tcsh:__