forked from extern/nix-config
fish: Add trash abbreviations
This commit is contained in:
parent
269a2b3ccd
commit
24e4a3b9a3
@ -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%";
|
||||
|
Loading…
Reference in New Issue
Block a user