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 5e521d1..81555b0 100644
--- a/zshrc.dot.link
+++ b/zshrc.dot.link
@@ -50,6 +50,6 @@ zstyle ':completion:*:descriptions' format %B%d%b
zstyle ':completion:*:complete:(cd|pushd):*' tag-order 'local-directories named-directories path-directories'
# Powerline
-if [ -e '/usr/share/powerline/bindings/zsh/powerline.zsh' ]; then
+if [ "$TERM" != "linux" ] && [ -e '/usr/share/powerline/bindings/zsh/powerline.zsh' ]; then
. /usr/share/powerline/bindings/zsh/powerline.zsh
fi