(laptop) Gen 21: removed passhelper.sh and reduced sleep time in passhelper script

This commit is contained in:
pagedmov
2024-10-15 10:36:48 -04:00
parent fb9ac59f52
commit b20b6f7263
3 changed files with 7 additions and 24 deletions

View File

@@ -15,6 +15,6 @@ pass_string=$(find $HOME/.password-store -type f | sed 's|.*/.password-store/||;
# pass it through fmt for soft word wrapping
pass -c "$pass_string" | fmt -w 45
/run/current-system/sw/bin/rm /tmp/passhelperfile
sleep 1.5
sleep 0.5
exit 0
'')