[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"