From 11103822c240c5b443e2eeacbc111731e443fbd7 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 6 Sep 2012 23:01:12 +0100 Subject: [PATCH] Fix tcsh instructions --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2943548..af67221 100644 --- a/README.md +++ b/README.md @@ -71,8 +71,10 @@ equivalent: Add the following to your `~/.cshrc`, `~/.tcshrc` or equivalent: -```bash -[ -f "$HOME/.tmuxifier/init.tcsh" ] && source "$HOME/.tmuxifier/init.tcsh" +```tcsh +if ( -s "$HOME/.tmuxifier/init.sh" ) then + source "$HOME/.tmuxifier/init.sh" +endif ``` ## Usage