Skip to content

Commit 09b7850

Browse files
committed
feat(aliases): add paru-rebuild
1 parent a1e1117 commit 09b7850

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zshrc.zsh

+1
Original file line numberDiff line numberDiff line change
@@ -1013,6 +1013,7 @@ alias p0='print -rN'
10131013
alias paru='env-system paru'
10141014
alias paru-orphans='paru --query --unrequired --deps'
10151015
alias paru-orphans-remove='paru --remove --nosave --recursive $(paru-orphans)'
1016+
alias paru-rebuild='paru --sync --rebuild $(checkrebuild | sd "^foreign\s+" "")'
10161017
alias pc='whence -v'
10171018
alias pf=pprint-file
10181019
alias pf+='pf --show-all'

0 commit comments

Comments
 (0)