[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

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 \
)