diff --git a/sensible.tmux b/sensible.tmux index 5cf2af6..96a218b 100755 --- a/sensible.tmux +++ b/sensible.tmux @@ -11,7 +11,7 @@ is_osx() { } iterm_terminal() { - [[ "$TERM_PROGRAM" =~ ^iTerm ]] + [[ "${TERM_PROGRAM}" =~ ^iTerm || "${LC_TERMINAL}" =~ ^iTerm ]] } command_exists() {