1

Add a macro for generating TOTP codes from an attached YubiKey

This commit is contained in:
Evan Pratten 2023-09-13 16:06:03 -04:00
parent b42bdfdf74
commit 9c91c046a2

View File

@ -12,6 +12,7 @@ alias showsizes="du -h --max-depth=1"
alias lsgrep="ls | grep"
alias sheridan-rdp='firefox --new-window "ext+container:name=College&url=https://client.wvd.microsoft.com/arm/webclient/index.html"'
alias git-diff-nvim="git diff | nvim -R -d -c 'set filetype=diff' -"
alias yk-totp="ykman oath accounts code"
# WHOIS macros
alias whois-afrinic="whois -h whois.afrinic.net"
@ -135,4 +136,4 @@ wg-reload() {
else
wg syncconf $1 <(wg-quick strip $1)
fi
}
}