1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 08:48:06 +08:00
ContextOS/etc/conf/bashrc
2020-11-27 19:45:00 +08:00

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