6 lines
130 B
Bash
6 lines
130 B
Bash
|
# Copyright 2024 Brian Newman. All rights reserved.
|
||
|
PS1="\u@\W) "
|
||
|
export GOPATH="$GOPATH:`pwd`/local.pkg"
|
||
|
export GO111MODULE=off
|
||
|
|