forked from x/ContextOS
opt some
This commit is contained in:
parent
2b5866a555
commit
f6cdbca34d
@ -1,13 +1,13 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
export GOPRIVATE=github.com
|
export GOPATH=~/bin/go
|
||||||
export GOPROXY=https://goproxy.cn,direct
|
export GOROOT=~/usr/local/go
|
||||||
export ctx_dev=http://localhost:9020
|
export GOPRIVATE=git.zuoyebang.cc,github.com
|
||||||
|
|
||||||
ISH_CONF_WORK=~/usr/local/work
|
ISH_CONF_WORK=~/usr/local/work
|
||||||
if [ -f ~/.ish/plug.sh ] && source ~/.ish/plug.sh; then
|
if [ -f ~/.ish/plug.sh ] && source ~/.ish/plug.sh; then
|
||||||
require conf.sh
|
require conf.sh
|
||||||
|
|
||||||
|
ish_ctx_cli_prompt
|
||||||
fi
|
fi
|
||||||
|
|
||||||
[ -f etc/local.sh ] && source etc/local.sh
|
|
||||||
# export PATH=$PWD/bin:$PWD/usr/local/go/bin:$PATH
|
|
||||||
|
@ -1,6 +1,3 @@
|
|||||||
field web.code.compile
|
|
||||||
field web.code.publish
|
|
||||||
|
|
||||||
title "contexts"
|
title "contexts"
|
||||||
|
|
||||||
chapter "实践"
|
chapter "实践"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user