mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
fish: Add deno abbreviations
This commit is contained in:
parent
abadce3a96
commit
db6d262864
@ -113,6 +113,12 @@
|
|||||||
cc = "cargo clippy";
|
cc = "cargo clippy";
|
||||||
cf = "cargo fmt";
|
cf = "cargo fmt";
|
||||||
|
|
||||||
|
dc = "deno compile";
|
||||||
|
dr = "deno run";
|
||||||
|
di = "deno install";
|
||||||
|
dt = "deno task";
|
||||||
|
dT = "deno test --watch";
|
||||||
|
|
||||||
dl = "yt-dlp";
|
dl = "yt-dlp";
|
||||||
vol = "wpctl set-volume '@DEFAULT_AUDIO_SINK@'"; # Change the volume, e.g. vol 10%+, vol 10%-, vol 100%
|
vol = "wpctl set-volume '@DEFAULT_AUDIO_SINK@'"; # Change the volume, e.g. vol 10%+, vol 10%-, vol 100%
|
||||||
df = "df --human-readable --type=ext4 --total";
|
df = "df --human-readable --type=ext4 --total";
|
||||||
|
Loading…
Reference in New Issue
Block a user