about summary refs log tree commit diff
path: root/.config/shell/vars
diff options
context:
space:
mode:
authorvenomade <venomade@venomade.com>2026-01-18 16:07:54 +0000
committervenomade <venomade@venomade.com>2026-01-18 16:07:54 +0000
commit8d688d1107c46b6dfdcaf02fa5c9c4c8a4640e65 (patch)
tree76edfeb78094eb8491b1f32a2acd45b6ba95ffa2 /.config/shell/vars
parentedcf5dd381c26274a939f4e703539b15c0058e99 (diff)
KDE & Emacs
Diffstat (limited to '.config/shell/vars')
-rw-r--r--.config/shell/vars11
1 files changed, 10 insertions, 1 deletions
diff --git a/.config/shell/vars b/.config/shell/vars
index 11f8faa..a68dea2 100644
--- a/.config/shell/vars
+++ b/.config/shell/vars
@@ -1,3 +1,12 @@
+export GOPATH="$HOME/.go"
+
+export PATH="$PATH:$GOPATH/bin"
 export PATH="$PATH:$HOME/.local/bin"
+export PATH="$PATH:$HOME/.config/emacs/bin"
+
+export EDITOR=emacs
+
+# export LDFLAGS="-L/opt/homebrew/opt/llvm/lib"
+# export CPPFLAGS="-I/opt/homebrew/opt/llvm/include"
 
-export EDITOR=mg
\ No newline at end of file
+# export CMAKE_PREFIX_PATH="/opt/homebrew/opt/llvm"