From 39f7ca123d0167ef8486a0e5aa442ddefc553324 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 14 May 2023 16:17:53 +0200 Subject: [PATCH] otpclient-cli --- bash/alias/otpclient-cli.sh | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/bash/alias/otpclient-cli.sh b/bash/alias/otpclient-cli.sh index f2fa2ba..163fb1d 100644 --- a/bash/alias/otpclient-cli.sh +++ b/bash/alias/otpclient-cli.sh @@ -1,5 +1,12 @@ # display otp code -alias pd='otpclient-cli show -a' +alias pd="\ +otpclient-cli \ +show \ +--account \ +" # list otp accounts -alias pl='otpclient-cli list' +alias pl="\ +otpclient-cli \ +list \ +"