diff options
author | tsxv478 <atvx717@infraredcombat.xyz> | 2023-04-05 07:05:35 +0300 |
---|---|---|
committer | tsxv478 <atvx717@infraredcombat.xyz> | 2023-04-05 07:05:35 +0300 |
commit | 25e8f0ea06592913eedfc3a65b93146558a796ed (patch) | |
tree | 4428a6b45350c53d74a625999f85acb06648ad9b /zshrc | |
parent | e235cece1225c9ac31db828a56abe60d902e06fc (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 ""' |