summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2019-11-30 12:40:41 +0100
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2019-11-30 12:40:41 +0100
commitf5edc9472855a7fe3a91fc43bfc481a288ef4454 (patch)
tree4ae688968063938826e625eeb07f82bc8143d337
parent684504cb8b256f1472b7cb11d0de32da38645b10 (diff)
downloaddotfiles-f5edc9472855a7fe3a91fc43bfc481a288ef4454.tar.gz
changed bash theme
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 94f219a..be141bc 100644
--- a/.bashrc
+++ b/.bashrc
@@ -14,7 +14,7 @@ export BASH_IT="/home/jonas/vimconfig/bash-it"
# Lock and Load a custom theme file.
# Leave empty to disable theming.
# location /.bash_it/themes/
-export BASH_IT_THEME='powerline-multiline'
+export BASH_IT_THEME='bakke'
# (Advanced): Change this to the name of your remote repo if you
# cloned bash-it with a remote other than origin such as `bash-it`.