5 lines
102 B
Fish
5 lines
102 B
Fish
if test -d $HOME/.deno
|
|
set -gx DENO_INSTALL "$HOME/.deno"
|
|
fish_add_path $DENO_INSTALL/bin
|
|
end
|