diff --git a/alias.sh b/alias.sh index 63e93c0..e470704 100644 --- a/alias.sh +++ b/alias.sh @@ -22,3 +22,10 @@ alias pwdssh='ssh -o PreferredAuthentications=password -o PubkeyAuthentication=n alias dolphon='pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY KDE_SESSION_VERSION=5 KDE_FULL_SESSION=true dolphin' +# 3. FIDO2-HID-Bridge +# I use old-school smartcard as my fido2 device (its more easy to bring). +# So I need this to use PC/SC device on my laptop browser to use fido things. +# Reminder: yay -S fido2-hid-bridge + +alias hidfido='sudo -E fido2-hid-bridge' +