diff options
Diffstat (limited to '.config/shell/vars')
| -rw-r--r-- | .config/shell/vars | 11 |
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" |
