5 lines
90 B
Text
5 lines
90 B
Text
|
#!/usr/bin/env zsh
|
||
|
|
||
|
export DENO_INSTALL="$HOME/.deno"; \
|
||
|
path=("$DENO_INSTALL/bin" $path)
|