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