aboutsummaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorNirmal Kumar R <tildezero@gmail.com>2026-05-31 13:28:39 +0530
committerNirmal Kumar R <tildezero@gmail.com>2026-05-31 13:28:39 +0530
commit30109c1c4c20285f15664b10d46aba7901bd7fb6 (patch)
tree6cbd279c1ba70cf403c9d0e8ba37bd97cab01833 /.profile
parent7409ed32dc6d973a3f601e390fb79f02979c8e39 (diff)
Update the dotfiles
Diffstat (limited to '.profile')
-rw-r--r--.profile15
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