sudo-touchid
sudo-touchid copied to clipboard
"Using password" button does not work
as title.
@Leask Until there is a patch (I have zero XCode experience otherwise I'd love to help) I have been using this in the meantime:
~/.zshrc
alias touchid:off='mv /usr/local/bin/sudo /usr/local/bin/_sudo'
alias touchid:on='mv /usr/local/bin/_sudo /usr/local/bin/sudo'
@mpash Thanks!
#15 fixes this, as mentioned in #16.