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