aboutsummaryrefslogtreecommitdiff
path: root/zshrc.dot.link
diff options
context:
space:
mode:
Diffstat (limited to 'zshrc.dot.link')
-rw-r--r--zshrc.dot.link2
1 files changed, 1 insertions, 1 deletions
diff --git a/zshrc.dot.link b/zshrc.dot.link
index 5444184..59faa3f 100644
--- a/zshrc.dot.link
+++ b/zshrc.dot.link
@@ -63,6 +63,6 @@ __git_files () {
}
# Powerline
-if [ "$TERM" != "linux" ] && [ -e '/usr/share/powerline/bindings/zsh/powerline.zsh' ]; then
+if [ ! -z "$WINDOWID" ] && [ "$TERM" != "linux" ] && [ -e '/usr/share/powerline/bindings/zsh/powerline.zsh' ]; then
. /usr/share/powerline/bindings/zsh/powerline.zsh
fi