From db6d2628641ca1a98b4d1f689dc8e18dec9f94c0 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 31 Aug 2023 16:17:35 -0400 Subject: [PATCH] fish: Add deno abbreviations --- modules/fish.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/fish.nix b/modules/fish.nix index a4a44f3b..521654a0 100644 --- a/modules/fish.nix +++ b/modules/fish.nix @@ -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";