1
0
forked from x/ContextOS
This commit is contained in:
shaoying 2020-11-27 19:45:00 +08:00
parent 2b5866a555
commit f6cdbca34d
2 changed files with 5 additions and 8 deletions

View File

@ -1,13 +1,13 @@
#!/bin/sh
export GOPRIVATE=github.com
export GOPROXY=https://goproxy.cn,direct
export ctx_dev=http://localhost:9020
export GOPATH=~/bin/go
export GOROOT=~/usr/local/go
export GOPRIVATE=git.zuoyebang.cc,github.com
ISH_CONF_WORK=~/usr/local/work
if [ -f ~/.ish/plug.sh ] && source ~/.ish/plug.sh; then
require conf.sh
ish_ctx_cli_prompt
fi
[ -f etc/local.sh ] && source etc/local.sh
# export PATH=$PWD/bin:$PWD/usr/local/go/bin:$PATH

View File

@ -1,6 +1,3 @@
field web.code.compile
field web.code.publish
title "contexts"
chapter "实践"