🔧 Added cargo-l alias
This commit is contained in:
parent
11667b569d
commit
c92da546af
1 changed files with 2 additions and 1 deletions
1
aliases
1
aliases
|
|
@ -256,6 +256,7 @@ alias npm-s="npm start"
|
||||||
alias npm-t="npm test"
|
alias npm-t="npm test"
|
||||||
alias npm-o="npm outdated"
|
alias npm-o="npm outdated"
|
||||||
alias npm-u="npm updated"
|
alias npm-u="npm updated"
|
||||||
|
alias cargo-l="cargo install --list"
|
||||||
alias {pacquery,pacgrep,pacq}="pacman -Q | grep $1"
|
alias {pacquery,pacgrep,pacq}="pacman -Q | grep $1"
|
||||||
alias find-empty='find . -depth -empty'
|
alias find-empty='find . -depth -empty'
|
||||||
alias rmdir-a='find . -depth -empty -delete'
|
alias rmdir-a='find . -depth -empty -delete'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue