aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-shapeshifter.vim
diff options
context:
space:
mode:
Diffstat (limited to 'colors/base16-shapeshifter.vim')
-rw-r--r--colors/base16-shapeshifter.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/colors/base16-shapeshifter.vim b/colors/base16-shapeshifter.vim
index c1dc6e4..b72d092 100644
--- a/colors/base16-shapeshifter.vim
+++ b/colors/base16-shapeshifter.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-shapeshifter.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-shapeshifter.sh"
endif
endif