From 86597f2e8938f4207a8eb91317cec2883897dc66 Mon Sep 17 00:00:00 2001 From: Ethan Paul Date: Wed, 25 Feb 2026 13:01:41 -0500 Subject: [PATCH] Add totp alias to make using oathtool easier --- shell/scripts.d/01-aliases.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/scripts.d/01-aliases.sh b/shell/scripts.d/01-aliases.sh index 4fff08c..d0b8cae 100644 --- a/shell/scripts.d/01-aliases.sh +++ b/shell/scripts.d/01-aliases.sh @@ -17,3 +17,4 @@ alias ssh='ssh -F ~/.ssh/config' alias whereami='echo $LOCATION' alias gg='dev' alias bk='cd -' +alias totp='oathtool -b --totp'