fish: Drop deno abbreviations

I don't use deno enough to justify having separate abbreviations for it,
and I doubt I will anytime soon due to the vastly superior ecosystem of
npm. Just as an example, `deno task` autocomplete support isn't
implemented, whereas `npm run` does have autocomplete.
This commit is contained in:
Donovan Glover 2024-08-11 15:20:55 -04:00
parent a4199be9c0
commit 4180bd90d2
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -101,11 +101,6 @@
cc = "cargo clippy";
cf = "cargo fmt";
da = "deno add";
dr = "deno run";
dt = "deno task";
dtw = "deno test --watch";
dl = "yt-dlp";
vol = "wpctl set-volume '@DEFAULT_AUDIO_SINK@'";
df = "df --human-readable --total";