Skip to content

Commit 7370d88

Browse files
authored
Merge pull request #2259 from blackteahamburger/master
bash_profile.template.bash: fix theme location
2 parents 779aa18 + 81bbf44 commit 7370d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/bash_profile.template.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export BASH_IT="{{BASH_IT}}"
1111

1212
# Lock and Load a custom theme file.
1313
# Leave empty to disable theming.
14-
# location /.bash_it/themes/
14+
# location "$BASH_IT"/themes/
1515
export BASH_IT_THEME='bobby'
1616

1717
# Some themes can show whether `sudo` has a current token or not.

0 commit comments

Comments
 (0)