From ce186f23171cb47ca48c711a38e4c8581fb40b36 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Thu, 23 May 2019 10:48:48 +0200 Subject: asdf --- .bashrc | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 3953bc4..8266fd0 100644 --- a/.bashrc +++ b/.bashrc @@ -9,10 +9,13 @@ #[ -n "$XTERM_VERSION" ] && transset-df --id "$WINDOWID" >/dev/null #MOVED TO COMPTON CONF -powerline-daemon -q -POWERLINE_BASH_CONTINUATION=1 -POWERLINE_BASH_SELECT=1 -. /usr/share/powerline/bindings/bash/powerline.sh - alias ls='ls --color=auto' PS1='[\u@\h \W]\$ ' + +if [ -n "$XTERM_VERSION" ] +then + powerline-daemon -q + POWERLINE_BASH_CONTINUATION=1 + POWERLINE_BASH_SELECT=1 + . /usr/share/powerline/bindings/bash/powerline.sh +fi -- cgit v1.2.3