summaryrefslogtreecommitdiff
path: root/zsh/.zshenv
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zshenv')
-rw-r--r--zsh/.zshenv6
1 files changed, 6 insertions, 0 deletions
diff --git a/zsh/.zshenv b/zsh/.zshenv
index 286e11a..fd49960 100644
--- a/zsh/.zshenv
+++ b/zsh/.zshenv
@@ -1,3 +1,9 @@
# ZSH SPECIFIC CONFIGS
unset HISTFILE
export ZDOTDIR=$HOME/.config/zsh
+[ "$HOSTNAME" = "portal64" ]
+if [ "$HOSTNAME" = "portal64" ]; then
+ export N64_LIBGCCDIR="/opt/crashsdk/lib/gcc/mips64-elf/12.2.0"
+ export ROOT=/etc/n64
+ export BLENDER_3_0="/usr/bin/blender"
+fi