From e493745b6edc2de84273cf91b6fd22c9f1a63bb7 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 6 Sep 2012 22:50:18 +0100 Subject: [PATCH] Keep indentation consistent --- init.tcsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.tcsh b/init.tcsh index 366db55..a681394 100644 --- a/init.tcsh +++ b/init.tcsh @@ -9,5 +9,5 @@ set path = ( $TMUXIFIER/bin $path ) # If `tmuxifier` is available, and `$TMUXIFIER_NO_COMPLETE` is not set, then # load tmuxifier shell completion. if ( ! $?TMUXIFIER_NO_COMPLETE ) then - which tmuxifier > /dev/null && source "$TMUXIFIER/completion/tmuxifier.tcsh" + which tmuxifier > /dev/null && source "$TMUXIFIER/completion/tmuxifier.tcsh" endif