1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-26 09:14:06 +08:00
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 highlight ishKey ctermfg=yellow
syntax match ishKey "require" syntax match ishKey "require"
syntax match ishKey "module" syntax match ishKey "ish"
syntax match ishKey "script"
syntax match ishKey "object"
set foldmarker={,} set foldmarker={,}

View File

@ -91,8 +91,10 @@ export EDITOR=vim
[ -f ~/.zsh_local ] && source ~/.zsh_local [ -f ~/.zsh_local ] && source ~/.zsh_local
[ -f ~/.ish/plug.sh ] && source ~/.ish/plug.sh if [ -f ~/.ish/plug.sh ] && source ~/.ish/plug.sh; then
[ -f ~/.ish/conf.sh ] && source ~/.ish/conf.sh require conf.sh
# require as miss github.com/shylinux/shell misc/miss/miss.sh
fi
bindkey -e bindkey -e
bindkey jk accept-line bindkey jk accept-line