mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01: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";
|
||||
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@'";
|
||||
|
Loading…
Reference in New Issue
Block a user