diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2020-01-26 20:16:38 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2020-01-26 20:16:38 +0100 |
commit | af53908079962c3208d2dbf6a2c98b5862f4c0b5 (patch) | |
tree | 93d7f8869afea004566bd90f354fb98acce62ce4 /.bashrc | |
parent | b2a14f03dded5ae56eaa24ffe3dc271d8365dc68 (diff) | |
download | dotfiles-af53908079962c3208d2dbf6a2c98b5862f4c0b5.tar.gz |
custom bashit theme, vim changes
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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`. |