forked from x/ContextOS
opt vimer.js
This commit is contained in:
parent
bb1c760a91
commit
a324da2ab1
@ -2,14 +2,12 @@
|
|||||||
|
|
||||||
echo "" > ~/.hushlogin
|
echo "" > ~/.hushlogin
|
||||||
export BASH_SILENCE_DEPRECATION_WARNING=1
|
export BASH_SILENCE_DEPRECATION_WARNING=1
|
||||||
|
|
||||||
export CTX_ROOT=${CTX_ROOT:=~/contexts}
|
export CTX_ROOT=${CTX_ROOT:=~/contexts}
|
||||||
export LC_ALL=en_US.utf-8
|
export LC_ALL=en_US.utf-8
|
||||||
|
|
||||||
export PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
|
export PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
|
||||||
ish_sys_path_load
|
ish_sys_path_load
|
||||||
ish_sys_cli_prompt
|
ish_sys_cli_prompt
|
||||||
ish_sys_cli_alias vi vim
|
ish_sys_cli_alias vi vim
|
||||||
ish_sys_cli_alias t "tmux attach"
|
ish_sys_cli_alias t "tmux attach"
|
||||||
|
[ "$PWD" = "$HOME" ] && cd ~/contexts
|
||||||
[ -f ~/.bash_temp ] && source ~/.bash_temp; rm ~/.bash_temp &>/dev/null
|
[ -f ~/.bash_temp ] && source ~/.bash_temp; rm ~/.bash_temp &>/dev/null
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
config inner meta.show.tabs ""
|
config inner meta.show.tabs ""
|
||||||
config inner meta.show.plug ""
|
config inner meta.show.plug ""
|
||||||
config vimer meta.show.tabs ""
|
config vimer meta.show.tabs ""
|
||||||
config vimer meta.show.plug "web.chat.iframe"
|
config vimer meta.show.plug "web.code.xterm,web.chat.iframe"
|
||||||
|
|
||||||
~web.code.input
|
~web.code.input
|
||||||
# wubi load file usr/wubi-dict/wubi86
|
# wubi load file usr/wubi-dict/wubi86
|
||||||
|
Loading…
x
Reference in New Issue
Block a user