Add Deno to the path only if the directory exists
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
if test -d $HOME/.deno
|
||||
set -gx DENO_INSTALL "$HOME/.deno"
|
||||
fish_add_path $DENO_INSTALL/bin
|
||||
end
|
||||
|
Reference in New Issue
Block a user