From f6cdbca34d81eee44c7b633c4c49e74beeb06d6f Mon Sep 17 00:00:00 2001 From: shaoying Date: Fri, 27 Nov 2020 19:45:00 +0800 Subject: [PATCH] opt some --- etc/conf/bashrc | 10 +++++----- src/main.shy | 3 --- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/etc/conf/bashrc b/etc/conf/bashrc index 0180c574..f74e6e51 100644 --- a/etc/conf/bashrc +++ b/etc/conf/bashrc @@ -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 diff --git a/src/main.shy b/src/main.shy index fdceddba..6b79bb23 100644 --- a/src/main.shy +++ b/src/main.shy @@ -1,6 +1,3 @@ -field web.code.compile -field web.code.publish - title "contexts" chapter "实践"