diff options
Diffstat (limited to 'alias')
| -rw-r--r-- | alias | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -79,6 +79,7 @@ alias yql='yay -Ql' | |||
| 79 | alias pf='pacman -F' | 79 | alias pf='pacman -F' |
| 80 | alias pfl='pacman -Fl' | 80 | alias pfl='pacman -Fl' |
| 81 | alias pqe='pacman -Qqe' | 81 | alias pqe='pacman -Qqe' |
| 82 | alias pR='sudo pacman -R' | ||
| 82 | psi() { | 83 | psi() { |
| 83 | pqe | grep $1 >/dev/null && echo -e "$(tput setaf 13)[Installed]$(tput sgr0)" | 84 | pqe | grep $1 >/dev/null && echo -e "$(tput setaf 13)[Installed]$(tput sgr0)" |
| 84 | pacman -Si $1 | 85 | pacman -Si $1 |