1
0
forked from x/ContextOS
This commit is contained in:
shaoying 2020-04-24 17:12:08 +08:00
parent a0ed8f7c59
commit ee1c2911cc
2 changed files with 5 additions and 5 deletions

View File

@ -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={,}

View File

@ -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