[zsh] Add playdate SDK configuration to the shell

This commit is contained in:
Eryn Wells 2023-03-20 08:41:39 -07:00
parent 6957a192af
commit 7993439e1d
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,8 @@
#!/usr/bin/env zsh
# Eryn Wells <eryn@erynwells.me>
autoload prepend_to_path
export PLAYDATE_SDK_PATH="$HOME/Developer/PlaydateSDK"
prepend_to_path "$PLAYDATE_SDK_PATH/bin"

1
zshenv
View file

@ -16,6 +16,7 @@ typeset -a zsh_init_env_functions=( \
init_env \
init_env_aliases \
init_env_python \
init_env_playdate \
init_env_vi \
init_env_$SYS \
)