aboutsummaryrefslogtreecommitdiff
path: root/zshrc.dot.link
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-09-02 14:33:25 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-09-02 14:33:25 -0300
commit54511e4a8549e2b115a47b64ad5a3bf9751a85b7 (patch)
tree9d97c492c640455e50ce1db54772d34740623151 /zshrc.dot.link
parentc72e6fb85db2dff1018395c84b4bb5dcc3a9512e (diff)
downloadprofile-54511e4a8549e2b115a47b64ad5a3bf9751a85b7.tar.gz
profile-54511e4a8549e2b115a47b64ad5a3bf9751a85b7.tar.bz2
Do not use powerline on TERM type linux
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