diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-05-15 21:14:17 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-05-15 21:14:17 +0800 |
| commit | a1d2d4b5b4c87e9c58929acb75e23ca4aad54b8b (patch) | |
| tree | a37a506c78f7d913650df6766cf75e939b5da5ac /alias | |
| parent | 4b9722f10048c7338e37f5fd69ac0419ac47803c (diff) | |
Update
Diffstat (limited to 'alias')
| -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 ..' |