diff --git a/etc/conf/sh.vim b/etc/conf/sh.vim index a7fc0d4c..c35a97bc 100644 --- a/etc/conf/sh.vim +++ b/etc/conf/sh.vim @@ -1,7 +1,5 @@ highlight ishKey ctermfg=yellow syntax match ishKey "require" -syntax match ishKey "module" -syntax match ishKey "script" -syntax match ishKey "object" +syntax match ishKey "ish" set foldmarker={,} diff --git a/etc/conf/zshrc b/etc/conf/zshrc index 674e0d70..647cba01 100644 --- a/etc/conf/zshrc +++ b/etc/conf/zshrc @@ -91,8 +91,10 @@ export EDITOR=vim [ -f ~/.zsh_local ] && source ~/.zsh_local -[ -f ~/.ish/plug.sh ] && source ~/.ish/plug.sh -[ -f ~/.ish/conf.sh ] && source ~/.ish/conf.sh +if [ -f ~/.ish/plug.sh ] && source ~/.ish/plug.sh; then + require conf.sh + # require as miss github.com/shylinux/shell misc/miss/miss.sh +fi bindkey -e bindkey jk accept-line