Perintah Zsh Deno tidak ditemukan

# Add this to end of ~/.zshrc

export DENO_INSTALL="/$HOME/.deno"
export PATH="$DENO_INSTALL/bin:$PATH"
florinrelea