aboutsummaryrefslogtreecommitdiffhomepage
path: root/alias
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2022-05-15 21:14:17 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2022-05-15 21:14:17 +0800
commita1d2d4b5b4c87e9c58929acb75e23ca4aad54b8b (patch)
treea37a506c78f7d913650df6766cf75e939b5da5ac /alias
parent4b9722f10048c7338e37f5fd69ac0419ac47803c (diff)
Update
Diffstat (limited to 'alias')
-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 ..'