diff options
-rw-r--r-- | alias | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -140,6 +140,7 @@ psi() { | |||
140 | [[ $(pacman -Qqe $1) != '' ]] 2>/dev/null && echo -e "$(tput setaf 13)[Installed]$(tput sgr0)" | 140 | [[ $(pacman -Qqe $1) != '' ]] 2>/dev/null && echo -e "$(tput setaf 13)[Installed]$(tput sgr0)" |
141 | pacman -Si $1 | 141 | pacman -Si $1 |
142 | } | 142 | } |
143 | pkgbuild() { git clone https://aur.archlinux.org/$1.git; } | ||
143 | 144 | ||
144 | # cd to DIRs | 145 | # cd to DIRs |
145 | alias ..='cd ..' | 146 | alias ..='cd ..' |