diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2025-09-07 11:20:13 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2025-09-07 11:20:13 +0800 |
| commit | 94cbe75125cc9e77d8e4fa05adfe60616f19a5a9 (patch) | |
| tree | 395ef13193c4f8cabd75fb72e6446e1894998b28 /alias | |
| parent | 1ed71f2f01d1e0b370eb025ebd9622be22f8cca1 (diff) | |
Diffstat (limited to 'alias')
| -rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -334,7 +334,7 @@ psi() { | |||
| 334 | pacman -Si $1 | 334 | pacman -Si $1 |
| 335 | } | 335 | } |
| 336 | pkgbuild() { git clone https://aur.archlinux.org/$1.git; } | 336 | pkgbuild() { git clone https://aur.archlinux.org/$1.git; } |
| 337 | alias pac.list='pacman -Qen | expac --timefmt='%F %T' '%l %n %v' - ' | 337 | alias pac.list='pacman -Qen | expac --timefmt="%F %T" "%l %n %v" - ' |
| 338 | 338 | ||
| 339 | # }}} | 339 | # }}} |
| 340 | # X11: Alacritty{{{ | 340 | # X11: Alacritty{{{ |