1
0
forked from x/ContextOS
ContextOS/etc/conf/bashrc
2020-08-30 03:42:53 -04:00

13 lines
272 B
Bash

#!/bin/sh
export GOPRIVATE=github.com
export GOPROXY=https://goproxy.cn,direct
export ctx_dev=http://localhost:9020
ISH_CONF_WORK=~/usr/local/work
if [ -f ~/.ish/plug.sh ] && source ~/.ish/plug.sh; then
require conf.sh
fi
[ -f etc/local.sh ] && source etc/local.sh