Reversed test for 1
This commit is contained in:
parent
148ef39a6f
commit
0c939ccfee
2
.bashrc
2
.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
|
||||
|
|
Loading…
Reference in New Issue