mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-10 14:59:15 +01:00
fish: Add cargo abbreviations
This commit is contained in:
parent
6d390eb938
commit
1f19a71571
@ -90,6 +90,18 @@
|
||||
nr = "nix run";
|
||||
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";
|
||||
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";
|
||||
|
Loading…
Reference in New Issue
Block a user