From 30109c1c4c20285f15664b10d46aba7901bd7fb6 Mon Sep 17 00:00:00 2001 From: Nirmal Kumar R Date: Sun, 31 May 2026 13:28:39 +0530 Subject: Update the dotfiles --- .profile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .profile (limited to '.profile') 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 -- cgit v1.3