mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 09:56:39 +00:00
Merge pull request #17 from peter-d/new-init-system-check
New init system check
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Tmuxifier
|
# 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.
|
and pane configurations with ease.
|
||||||
|
|
||||||
In short, Tmuxifier allows you to easily create, edit, and load "layout"
|
In short, Tmuxifier allows you to easily create, edit, and load "layout"
|
||||||
|
|||||||
@@ -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