From d5e81ff9c3cebae8a7eabcca5771487bfa7c6053 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Thu, 18 May 2023 14:19:29 +0200 Subject: [PATCH] otp --- bash/alias/otpclient-cli.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bash/alias/otpclient-cli.sh b/bash/alias/otpclient-cli.sh index be14c50..4fbe9cd 100644 --- a/bash/alias/otpclient-cli.sh +++ b/bash/alias/otpclient-cli.sh @@ -1,12 +1,12 @@ +# list otp accounts +alias otpl="\ +otpclient-cli \ +list \ +" + # display otp code -alias pd="\ +alias otps="\ otpclient-cli \ show \ -a \ " - -# list otp accounts -alias pl="\ -otpclient-cli \ -list \ -"