mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2025-02-01 12:13:38 +00:00
4 lines
122 B
Text
4 lines
122 B
Text
|
#!/usr/bin/env bash
|
||
|
|
||
|
export DENO_INSTALL="$HOME/.deno"
|
||
|
[ -d "$DENO_INSTALL/bin" ] && export PATH="$DENO_INSTALL/bin:$PATH"
|