mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-27 05:01:21 +02:00
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:
parent
41f9b015dc
commit
5e7b6c7fdc
@ -100,11 +100,10 @@
|
|||||||
cc = "cargo clippy";
|
cc = "cargo clippy";
|
||||||
cf = "cargo fmt";
|
cf = "cargo fmt";
|
||||||
|
|
||||||
dc = "deno compile";
|
da = "deno add";
|
||||||
dr = "deno run";
|
dr = "deno run";
|
||||||
di = "deno install";
|
|
||||||
dt = "deno task";
|
dt = "deno task";
|
||||||
dT = "deno test --watch";
|
dtw = "deno test --watch";
|
||||||
|
|
||||||
dl = "yt-dlp";
|
dl = "yt-dlp";
|
||||||
vol = "wpctl set-volume '@DEFAULT_AUDIO_SINK@'";
|
vol = "wpctl set-volume '@DEFAULT_AUDIO_SINK@'";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user