[zsh] Move func/ directory to zsh/functions
This commit is contained in:
parent
91da2fc583
commit
7c08c5131f
53 changed files with 1 additions and 1 deletions
|
|
@ -1,15 +0,0 @@
|
|||
#!/usr/bin/env zsh
|
||||
# Eryn Wells <eryn@erynwells.me>
|
||||
|
||||
autoload -Uz prepend_to_path
|
||||
|
||||
function init-env-playdate
|
||||
{
|
||||
local -r sdk_path="$HOME/Developer/PlaydateSDK"
|
||||
if [[ -d "$sdk_date" ]]; then
|
||||
export PLAYDATE_SDK_PATH="$sdk_path"
|
||||
prepend_to_path "$PLAYDATE_SDK_PATH/bin"
|
||||
fi
|
||||
}
|
||||
|
||||
init-env-playdate "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue