[zsh] Add playdate SDK configuration to the shell
This commit is contained in:
parent
6957a192af
commit
7993439e1d
2 changed files with 9 additions and 0 deletions
8
zsh/func/init_env_playdate
Normal file
8
zsh/func/init_env_playdate
Normal 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
1
zshenv
|
@ -16,6 +16,7 @@ typeset -a zsh_init_env_functions=( \
|
||||||
init_env \
|
init_env \
|
||||||
init_env_aliases \
|
init_env_aliases \
|
||||||
init_env_python \
|
init_env_python \
|
||||||
|
init_env_playdate \
|
||||||
init_env_vi \
|
init_env_vi \
|
||||||
init_env_$SYS \
|
init_env_$SYS \
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue