🔧 Added cargo-l alias

This commit is contained in:
z3rOR0ne 2024-08-14 03:16:32 -07:00
parent 11667b569d
commit c92da546af

View file

@ -256,6 +256,7 @@ alias npm-s="npm start"
alias npm-t="npm test"
alias npm-o="npm outdated"
alias npm-u="npm updated"
alias cargo-l="cargo install --list"
alias {pacquery,pacgrep,pacq}="pacman -Q | grep $1"
alias find-empty='find . -depth -empty'
alias rmdir-a='find . -depth -empty -delete'