diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-05-19 10:53:20 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-05-19 10:53:20 +0900 |
| commit | f986abe5ae6ff4f997fd2c30c392971a9238db36 (patch) | |
| tree | 05c93dd31d0ddd077c21b4b783c8769c190d4c58 /ar/.config/shell | |
| parent | 241347d9802202a79e7028f270f754722a15bf38 (diff) | |
modified shell/aliasrc, modified zsh/keymaps.zsh
Diffstat (limited to 'ar/.config/shell')
| -rw-r--r-- | ar/.config/shell/aliasrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.config/shell/aliasrc b/ar/.config/shell/aliasrc index fe1a363..bd648d7 100644 --- a/ar/.config/shell/aliasrc +++ b/ar/.config/shell/aliasrc @@ -311,7 +311,7 @@ alias open='xdg-open' # pacman command -v pacman > /dev/null 2>&1 && { alias -g pcy='pacman -Syu' - alias -g pcyr='pacman -Syu && remaps' + alias -g pcyr='pacman -Syu; remaps' alias -g pcs='pacman -S' alias -g pcss='pacman -Ss' alias -g pcqs='pacman -Qs' |
