diff --git a/etc/conf/bash_local.sh b/etc/conf/bash_local.sh index e6a5778e..b1b5ef29 100644 --- a/etc/conf/bash_local.sh +++ b/etc/conf/bash_local.sh @@ -17,4 +17,3 @@ fi ps aux |grep tmux &>/dev/null && return ps aux |grep ice.bin &>/dev/null && return cd $CTX_ROOT && source etc/miss.sh -[ -f ~/.bash_local ] && source ~/.bash_local diff --git a/etc/init.shy b/etc/init.shy index 0f52e550..63d15b6e 100644 --- a/etc/init.shy +++ b/etc/init.shy @@ -18,6 +18,7 @@ config share meta.domain https://shylinux.com ~web.code.input + # wubi import usr/wubi-dict/wubi86 wubi import usr/wubi-dict/person ~web.code diff --git a/src/main.go b/src/main.go index e552fe39..d2332945 100644 --- a/src/main.go +++ b/src/main.go @@ -1,6 +1,8 @@ package main import ( + _ "github.com/shylinux/contexts/src/hi" + ice "github.com/shylinux/icebergs" _ "github.com/shylinux/icebergs/base" _ "github.com/shylinux/icebergs/core" @@ -35,4 +37,4 @@ import ( _ "github.com/shylinux/mysql-story/src/server" ) -func main() { print(ice.Run()) } +func main() { print(ice.Run()) } \ No newline at end of file diff --git a/src/main.shy b/src/main.shy index 776659d3..abc86719 100644 --- a/src/main.shy +++ b/src/main.shy @@ -30,3 +30,5 @@ field "火山架" web.code.git.spide args `volcanos` field "冰山架" web.code.git.trend args `icebergs` field "冰山架" web.code.git.spide args `icebergs` + +source hi/hi.shy