mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-08 09:24:17 +01:00
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:
parent
a4199be9c0
commit
4180bd90d2
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user