Bugfix.
This commit is contained in:
parent
4f0f05c5d6
commit
465ee81f6c
@ -1,4 +1,4 @@
|
||||
if [[ ($uname -a) = "Darwin" ]]; then
|
||||
if [[ $(uname -a) = "Darwin" ]]; then
|
||||
function ssh() {
|
||||
osascript -e 'display notification "Touch the YubiKey" with title "2fa required"'
|
||||
/opt/homebrew/bin/ssh $*
|
||||
|
Loading…
Reference in New Issue
Block a user