fish: add cargo abbr

This commit is contained in:
lelgenio 2023-12-05 16:57:48 -03:00
parent c9f13dbe40
commit e8f3fa733f

View file

@ -40,6 +40,7 @@ in {
}.${editor}; }.${editor};
ns = "nix develop --command $SHELL"; ns = "nix develop --command $SHELL";
wcf = "wl-copy-file"; wcf = "wl-copy-file";
c = "cargo";
# system # system
sv = "sudo systemct"; sv = "sudo systemct";
suv = "sudo systemct --user"; suv = "sudo systemct --user";