This commit is contained in:
2026-01-10 14:10:47 +00:00
parent b9df0a4072
commit 2f6ffacce3
3 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
export EDITOR=nvim
export SUDO_EDITOR="$EDITOR"
export TERM=xterm-256color
export GOPATH=.local/go

View File

@@ -1,5 +1,5 @@
export PATH=$HOME/.local/bin:$PATH
export PATH=$HOME/.local/go:$PATH
export PATH=$HOME/opt/bin:$PATH
export PATH=$HOME/go/bin:$PATH
export LD_LIBRARY_PATH=$HOME/opt/lib:$LD_LIBRARY_PATH