Merge pull request #17 from peter-d/new-init-system-check

New init system check
This commit is contained in:
2013-06-17 05:32:04 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# Tmuxifier
Tmuxify your Tmux. Create, edit, mangage and load complex Tmux session, window
Tmuxify your Tmux. Create, edit, manage and load complex Tmux session, window
and pane configurations with ease.
In short, Tmuxifier allows you to easily create, edit, and load "layout"

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