fixed comment

This commit is contained in:
Eric Lay 2020-06-28 22:38:18 -05:00
parent 3050f4ed97
commit e8f77aca59
1 changed files with 1 additions and 0 deletions

1
fpf
View File

@ -79,6 +79,7 @@ AurInstalled() {
}
### ORPHANS
# List orphaned packages and remove selected
Orphans() {
sort <(pacman -Qtdq) > /tmp/orphaned
echo "$(echo -e ' Select packages to remove\n (use TAB to toggle selection)'; cat /tmp/orphaned)" > /tmp/orphaned