aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--alias1
1 files changed, 1 insertions, 0 deletions
diff --git a/alias b/alias
index 50956ac..227a2d7 100644
--- a/alias
+++ b/alias
@@ -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}
143pkgbuild() { git clone https://aur.archlinux.org/$1.git; }
143 144
144# cd to DIRs 145# cd to DIRs
145alias ..='cd ..' 146alias ..='cd ..'