summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2019-05-15 18:00:53 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2019-05-15 18:00:53 +0200
commita99c97233bc02e682d2c7ef8f8fe584412fa7957 (patch)
treee96e8407efdab8ac0ef288e6889d004be3ccb784 /.bashrc
parent6423fc63ab75f73d641e3b2c89768f2334f2830b (diff)
downloaddotfiles-a99c97233bc02e682d2c7ef8f8fe584412fa7957.tar.gz
Powerbar!!!
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 4e67d62..3953bc4 100644
--- a/.bashrc
+++ b/.bashrc
@@ -9,5 +9,10 @@
#[ -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]\$ '