mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 01:46:40 +00:00
Fixed the path setup for tcsh
This commit is contained in:
@@ -4,7 +4,7 @@ if ( ! $?TMUXIFIER ) then
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# Add `bin` directroy to `$path` if needed.
|
# Add `bin` directroy to `$path` if needed.
|
||||||
if ( " $path " =~ "* $TMUXIFIER/bin *" ) then
|
if ( ! (" $path " =~ "* $TMUXIFIER/bin *" ) ) then
|
||||||
set path = ( $TMUXIFIER/bin $path )
|
set path = ( $TMUXIFIER/bin $path )
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user