diff options
Diffstat (limited to 'colors/base16-codeschool.vim')
-rw-r--r-- | colors/base16-codeschool.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/colors/base16-codeschool.vim b/colors/base16-codeschool.vim index 0c6a78d..8737f2d 100644 --- a/colors/base16-codeschool.vim +++ b/colors/base16-codeschool.vim @@ -8,7 +8,7 @@ " let g:base16_shell_path=base16-builder/output/shell/ if !has('gui_running') if exists("g:base16_shell_path") - execute "silent !/bin/sh ".g:base16_shell_path."/base16-codeschool.".&background.".sh" + execute "silent !/bin/sh ".g:base16_shell_path."/base16-codeschool.sh" endif endif |