1
0
forked from extern/nix-config

fish: Add trash abbreviations

This commit is contained in:
Donovan Glover 2023-07-15 12:42:11 -04:00
parent 269a2b3ccd
commit 24e4a3b9a3
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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%";