aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2020-01-26 20:16:38 +0100
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2020-01-26 20:16:38 +0100
commitaf53908079962c3208d2dbf6a2c98b5862f4c0b5 (patch)
tree93d7f8869afea004566bd90f354fb98acce62ce4 /.bashrc
parentb2a14f03dded5ae56eaa24ffe3dc271d8365dc68 (diff)
downloaddotfiles-af53908079962c3208d2dbf6a2c98b5862f4c0b5.tar.gz
custom bashit theme, vim changes
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index be141bc..109fe0a 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='bakke'
+export BASH_IT_THEME='/home/jonas/vimconfig/theme.bash'
# (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`.