Fixed the path setup for tcsh

This commit is contained in:
peter-d
2013-06-13 16:01:24 +02:00
parent 9f1a3621f0
commit a4e3edc4ca

View File

@@ -4,7 +4,7 @@ if ( ! $?TMUXIFIER ) then
endif
# Add `bin` directroy to `$path` if needed.
if ( " $path " =~ "* $TMUXIFIER/bin *" ) then
if ( ! (" $path " =~ "* $TMUXIFIER/bin *" ) ) then
set path = ( $TMUXIFIER/bin $path )
endif