]> arthur.barton.de Git - ax-zsh.git/commitdiff
iterm2: Don't test for $TERM_PROGRAM, dosn't work on remote hosts
authorAlexander Barton <alex@barton.de>
Tue, 29 Sep 2015 12:27:06 +0000 (14:27 +0200)
committerAlexander Barton <alex@barton.de>
Tue, 29 Sep 2015 12:27:06 +0000 (14:27 +0200)
plugins/iterm2/iterm2.zshrc

index 8f50698815adce8b408e23ae4d184319a59fda07..ffbc2aa02c008d9f7f974199280627c355da3f98 100644 (file)
@@ -1,7 +1,6 @@
 # AX-ZSH: Alex' Modular ZSH Configuration
 # iterm2.zshrc: iTerm2 Shell Integration
 
-[[ "$TERM_PROGRAM" = "iTerm.app" ]] || return
 [[ "$TERM" != "screen" && "$TERM" != "screen-256color" ]] || return
 
 # Indicates start of command output. Runs just before command executes.