From 24e4a3b9a3ad8e76b71031f5dfc7389f44484fda Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 15 Jul 2023 12:42:11 -0400 Subject: [PATCH] fish: Add trash abbreviations --- modules/fish.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/fish.nix b/modules/fish.nix index 91fd629..794b908 100644 --- a/modules/fish.nix +++ b/modules/fish.nix @@ -71,6 +71,11 @@ yin = "yarn install"; yu = "yarn upgrade-interactive"; + tp = "trash put"; + tl = "trash list"; + tr = "trash restore"; + te = "trash empty"; + dl = "yt-dlp"; vol = "wpctl set-volume '@DEFAULT_AUDIO_SINK@'"; # Change the volume, e.g. vol 10%+, vol 10%-, vol 100% nf = "clear; and neofetch --size 56%";