fish: Simplify deno abbreviations

`deno add` is now preferred over `deno install`. Additionally, `deno
compile` doesn't work on NixOS, and creating a derivation should be
preferred instead.
This commit is contained in:
Donovan Glover 2024-06-02 10:50:04 -04:00
parent 41f9b015dc
commit 5e7b6c7fdc
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -100,11 +100,10 @@
cc = "cargo clippy";
cf = "cargo fmt";
dc = "deno compile";
da = "deno add";
dr = "deno run";
di = "deno install";
dt = "deno task";
dT = "deno test --watch";
dtw = "deno test --watch";
dl = "yt-dlp";
vol = "wpctl set-volume '@DEFAULT_AUDIO_SINK@'";