diff options
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.profile b/.profile new file mode 100644 index 0000000..795f643 --- /dev/null +++ b/.profile @@ -0,0 +1,15 @@ +export EDITOR=vim +export LANG=en_US.UTF-8 + +export GOPATH=~/.local/share/go +export GOPROXY=direct +export GOSUMDB=off +export GOTELEMETRY=off +export GOTOOLCHAIN=local + +# set vim terminal to 256 colors. +if [ -e /usr/share/terminfo/x/xterm-256color ]; then + export TERM='xterm-256color' +else + export TERM='xterm-color' +fi |
