diff options
author | zachir <zachir@librem.one> | 2023-07-07 20:52:03 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-07-07 20:52:03 -0500 |
commit | 1197336cb5e11c16b843e9599d14971612054bc4 (patch) | |
tree | 9f464683f5dd2077c5ce1900ca599fb285741ae6 /zsh | |
parent | 1a71e46029d3dd0647e68addc926218785815ba8 (diff) |
Big push
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zshenv | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/zsh/.zshenv b/zsh/.zshenv index aa15e92..bd3a94c 100644 --- a/zsh/.zshenv +++ b/zsh/.zshenv @@ -72,6 +72,11 @@ export IMAGE="sxiv" export OPENER="xdg-open" export PAGER="less" +# Modern SDK +export N64_LIBGCCDIR="/opt/crashsdk/lib/gcc/mips64-elf/12.2.0" +export ROOT=/etc/n64 +export BLENDER_3_0="/usr/bin/blender" + # DIRS export SRCDIR="$HOME/.local/src" @@ -93,6 +98,7 @@ export PATH="$PATH:$HOME/.local/share/flatpak/exports/bin/" export PATH="$PATH:$CARGO_HOME/bin" export PATH="$PATH:$GOPATH/bin" export PATH="$PATH:/opt/REAPER" +export PATH="$PATH:/opt/crashsdk/bin" export PATH="$PATH:/usr/local/bin" export PATH="$PATH:/usr/local/sbin" export PATH="$PATH:/opt/safing/portmaster" |