From 5b7f56383ab14f9170f886bb762800eaaba53679 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 14 Sep 2012 14:30:33 +0100 Subject: [PATCH] Fix typo causing tmuxifier to not be loaded --- shell/tmux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/tmux.sh b/shell/tmux.sh index d94dc13..8005f70 100644 --- a/shell/tmux.sh +++ b/shell/tmux.sh @@ -11,7 +11,7 @@ if [ -f "/usr/local/etc/bash_completion.d/tmux" ]; then fi # Tmuxifier -if [ -f "$DOTSHELL/tmux/tmuxifier" ]; then +if [ -d "$DOTSHELL/tmux/tmuxifier" ]; then export TMUXIFIER="$DOTSHELL/tmux/tmuxifier" export TMUXIFIER_LAYOUT_PATH="$DOTFILES/private/tmux-layouts" [[ -s "$TMUXIFIER/init.sh" ]] && source "$TMUXIFIER/init.sh"