diff options
author | tsxv478 <vt0451@yandex.ru> | 2023-04-05 07:05:35 +0300 |
---|---|---|
committer | tsxv478 <vt0451@yandex.ru> | 2023-04-05 07:05:35 +0300 |
commit | 93d9d25c8abf7c8763f40d81a62f30f47e0cecbf (patch) | |
tree | 4428a6b45350c53d74a625999f85acb06648ad9b /zshrc | |
parent | e8145917e83da098d29a07227ee15d67cadee326 (diff) |
remove pacman alias
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -34,5 +34,4 @@ alias \ ytdl='yt-dlp' \ re='zathura' \ nsxiv='nsxiv -a' \ - units='units -H ""' \ - pacs='pacman -Slq | fzf --reverse --multi --preview "pacman -Si {1}" --preview-window=right:75%:sharp | xargs -ro sudo pacman -S' + units='units -H ""' |