aboutsummaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-x.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/.profile b/.profile
index 328be26..4a853cf 100755
--- a/.profile
+++ b/.profile
@@ -21,6 +21,7 @@ NEXT_TELEMETRY_DEBUG=1
BUN_INSTALL="$HOME/.bun"
GOPROXY="direct"
+GOTOOLCHAIN="local"
EDITOR="$(which nvim 2> /dev/null || which vim 2> /dev/null || which nano 2> /dev/null || which vi 2> /dev/null)"
GTK_THEME="Dracula"
BAT_THEME="Dracula"
@@ -45,6 +46,7 @@ export EDITOR
export GTK_THEME
export BAT_THEME
export TERMINAL
+export GOTOOLCHAIN
BAT="$(which bat 2> /dev/null || which batcat 2> /dev/null)"
if [ -n "$BAT" ] && man --version 2> /dev/null > /dev/null
02d5d53d3bcc3d7&follow=1'>Add bash completionLuca Matei Pintilie3-0/+1596 2022-11-13Upgrade to neovim 0.8Luca Matei Pintilie2-7/+54 2022-11-12Fix tmux colours and add gitsigns to neovimLuca Matei Pintilie4-9/+88 2022-11-08Foot use tmux by defaultLuca Matei Pintilie1-1/+1 2022-11-08Neovim omnisharp plugin and tmux color fix on foot and inputrc emacsLuca Matei Pintilie5-7/+13 2022-10-25Update neovim, inputrc and bootstrap.shLuca Matei Pintilie4-9/+18 2022-10-24Remove weather from tmux configLuca Matei Pintilie1-1/+1