Files
my-fish-config/conf.d/deno.fish
2025-09-08 20:09:12 +02:00

5 lines
102 B
Fish

if test -d $HOME/.deno
set -gx DENO_INSTALL "$HOME/.deno"
fish_add_path $DENO_INSTALL/bin
end