summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-10-23 00:16:20 -0500
committerzachir <zachir@librem.one>2023-10-23 00:16:20 -0500
commit25831eb45a52d95f37148548710e8101a36e70ad (patch)
tree4fc3d11194e601ffc3bc28833d2918ea645ff89b
parentd026a7f56136bb2076c3504f877cdcaaded72cff (diff)
CAS: Add stuff for portal64
-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