Update the dotfiles

This commit is contained in:
2026-05-31 13:28:39 +05:30
parent 7409ed32dc
commit 30109c1c4c
9 changed files with 721 additions and 53 deletions
+15
View File
@@ -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