summaryrefslogtreecommitdiff
path: root/zsh/.zshenv
blob: fd49960ec64f98d426dcfffbb3f010c19a80353b (plain)
1
2
3
4
5
6
7
8
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