fish: Add deno abbreviations

This commit is contained in:
Donovan Glover 2023-08-31 16:17:35 -04:00
parent abadce3a96
commit db6d262864
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -113,6 +113,12 @@
cc = "cargo clippy";
cf = "cargo fmt";
dc = "deno compile";
dr = "deno run";
di = "deno install";
dt = "deno task";
dT = "deno test --watch";
dl = "yt-dlp";
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";