mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 01:38:02 +02:00
fish: Add cargo abbreviations
This commit is contained in:
parent
6d390eb938
commit
1f19a71571
@ -90,6 +90,18 @@
|
|||||||
nr = "nix run";
|
nr = "nix run";
|
||||||
ncg = "sudo nix-collect-garbage d";
|
ncg = "sudo nix-collect-garbage d";
|
||||||
|
|
||||||
|
ci = "cargo init";
|
||||||
|
cin = "cargo info";
|
||||||
|
cu = "cargo update";
|
||||||
|
ca = "cargo add";
|
||||||
|
cb = "cargo build";
|
||||||
|
cr = "cargo run";
|
||||||
|
cs = "cargo search";
|
||||||
|
cn = "cargo new";
|
||||||
|
crm = "cargo remove";
|
||||||
|
cc = "cargo clippy";
|
||||||
|
cf = "cargo fmt";
|
||||||
|
|
||||||
dl = "yt-dlp";
|
dl = "yt-dlp";
|
||||||
vol = "wpctl set-volume '@DEFAULT_AUDIO_SINK@'"; # Change the volume, e.g. vol 10%+, vol 10%-, vol 100%
|
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";
|
df = "df --human-readable --type=ext4 --total";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user