aboutsummaryrefslogtreecommitdiff
path: root/profile.dot.link
diff options
context:
space:
mode:
Diffstat (limited to 'profile.dot.link')
-rw-r--r--profile.dot.link2
1 files changed, 1 insertions, 1 deletions
diff --git a/profile.dot.link b/profile.dot.link
index 12a00f9..59011c7 100644
--- a/profile.dot.link
+++ b/profile.dot.link
@@ -224,7 +224,7 @@ fi
#if [ -n "$BASH_VERSION" ]; then
if [ "$0" = "bash" ]; then
# Command prompt if no system-wide custom prompt is available
- if [ -e "/usr/share/powerline/bindings/bash/powerline.sh" ]; then
+ if [ "$TERM" != "linux" ] && [ -e "/usr/share/powerline/bindings/bash/powerline.sh" ]; then
powerline-daemon -q
POWERLINE_BASH_CONTINUATION=1
POWERLINE_BASH_SELECT=1