mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-26 17:24:05 +08:00
opt some
This commit is contained in:
parent
a0ed8f7c59
commit
ee1c2911cc
@ -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={,}
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user