📝 Added aliases for pacman -Q | grep $1 command
This commit is contained in:
parent
18d4da5314
commit
f8babc9377
1 changed files with 1 additions and 1 deletions
2
aliases
2
aliases
|
|
@ -196,7 +196,7 @@ alias hwclock="doas hwclock"
|
|||
alias killport="fuser -k"
|
||||
alias kill9="killall -9" # kills process by name, e.g. kill9 cmus
|
||||
# alias npm_upgrade="doas npm install --location=global npm@latest"
|
||||
alias pacgrep="pacman -Q | grep $1"
|
||||
alias {pacquery,pacgrep,pacq}="pacman -Q | grep $1"
|
||||
alias npm_list="find /usr/lib/node_modules -maxdepth 1 | sed -r 's/^\/usr\/lib\/node_modules\///g"
|
||||
alias pip_upgrade="python -m pip install --upgrade pip"
|
||||
alias rust_upgrade="rustup update"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue