From 0c939ccfee94d472656afe107fc4f44f8ec5a24b Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Fri, 15 Apr 2016 09:16:28 -0500 Subject: [PATCH] Reversed test for 1 --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 3e7b756..257c694 100644 --- a/.bashrc +++ b/.bashrc @@ -9,7 +9,7 @@ [[ $- != *i* ]] && return # Use powerline if it's installed -[ -z "$USING_TTY" -a -s "/usr/lib/python3.5/site-packages/powerline/bindings/bash/powerline.sh" ] && { +[ ! -z "$USING_TTY" -a -s "/usr/lib/python3.5/site-packages/powerline/bindings/bash/powerline.sh" ] && { powerline-daemon -q POWERLINE_BASH_CONTINUATION=1 POWERLINE_BASH_SELECT=1