diff --git a/base/web/web.go b/base/web/web.go index 98ae0688..999e3739 100644 --- a/base/web/web.go +++ b/base/web/web.go @@ -1821,12 +1821,6 @@ var Index = &ice.Context{Name: "web", Help: "网络模块", }) }}, ice.WEB_PROXY: {Name: "proxy", Help: "代理", Hand: func(m *ice.Message, c *ice.Context, cmd string, arg ...string) { - if arg[0] == "" { - // 本机命令 - m.Cmdy(arg[1:]) - return - } - m.Richs(ice.WEB_SPACE, nil, kit.Select(m.Conf(ice.WEB_FAVOR, "meta.proxy"), arg[0]), func(key string, value map[string]interface{}) { if value[kit.MDB_TYPE] == ice.WEB_BETTER { switch value[kit.MDB_NAME] { diff --git a/misc/zsh/auto.sh b/misc/zsh/auto.sh index e06e7501..eeb60b76 100644 --- a/misc/zsh/auto.sh +++ b/misc/zsh/auto.sh @@ -187,8 +187,8 @@ ShyInit() { # bash bind -x '"\C-G\C-R":ShySync base' bind -x '"\C-G\C-G":ShySync history' - bind -x '"\C-P":history-search-backward' - bind -x '"\C-N":history-search-forward' + # bind -x '"\C-P":history-search-backward' + # bind -x '"\C-N":history-search-forward' # bind 'TAB:complete' bind 'TAB:menu-complete'