mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 08:48:06 +08:00
14 lines
244 B
Bash
14 lines
244 B
Bash
#!/bin/sh
|
|
|
|
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
|
|
|