forked from x/ContextOS
opt some
This commit is contained in:
parent
a0ed8f7c59
commit
ee1c2911cc
@ -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={,}
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user