Add deno command
This commit is contained in:
parent
6bcf2e9fc1
commit
88ac2dee6a
1 changed files with 3 additions and 0 deletions
3
fish/conf.d/20-commands.fish
Normal file
3
fish/conf.d/20-commands.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function deno
|
||||
docker run --interactive --tty --rm --volume $PWD:/app --volume $HOME/.deno:/deno-dir --workdir /app denoland/deno:1.10.3 deno $argv
|
||||
end
|
Loading…
Reference in a new issue