mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 09:56:39 +00:00
Keep indentation consistent
This commit is contained in:
@@ -9,5 +9,5 @@ set path = ( $TMUXIFIER/bin $path )
|
|||||||
# If `tmuxifier` is available, and `$TMUXIFIER_NO_COMPLETE` is not set, then
|
# If `tmuxifier` is available, and `$TMUXIFIER_NO_COMPLETE` is not set, then
|
||||||
# load tmuxifier shell completion.
|
# load tmuxifier shell completion.
|
||||||
if ( ! $?TMUXIFIER_NO_COMPLETE ) then
|
if ( ! $?TMUXIFIER_NO_COMPLETE ) then
|
||||||
which tmuxifier > /dev/null && source "$TMUXIFIER/completion/tmuxifier.tcsh"
|
which tmuxifier > /dev/null && source "$TMUXIFIER/completion/tmuxifier.tcsh"
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user