home-environments: radio: Add !pass abbreviation for obtaining passwords more quickly

main
Luis Guilherme Coelho 2024-11-19 11:53:17 -03:00
parent 102c542180
commit 0e631d55f7
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 3 additions and 0 deletions

View File

@ -231,6 +231,9 @@
(!network . ,(format #f "doas herd restart networking ~
&& doas herd restart wpa-supplicant"))
#|Pass|#
(!pass . "pass show % | wl-copy")
#|Processes|#
(tf . "setsid -f % >/dev/null 2>&1 & disown")