diff options
author | zachir <zachir@librem.one> | 2023-10-23 00:16:20 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-10-23 00:16:20 -0500 |
commit | 25831eb45a52d95f37148548710e8101a36e70ad (patch) | |
tree | 4fc3d11194e601ffc3bc28833d2918ea645ff89b | |
parent | d026a7f56136bb2076c3504f877cdcaaded72cff (diff) |
CAS: Add stuff for portal64
-rw-r--r-- | zsh/.zshenv | 6 |
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 |