From b3c91e197a93188cae323595f7749e709aa3374a Mon Sep 17 00:00:00 2001 From: Igor Grinchesku Date: Sun, 20 Jun 2021 16:04:30 +0300 Subject: [PATCH] Update pass.md (#1662) * Update pass.md Add `bash` to the code block * Update pass.md Co-authored-by: Rico Sta. Cruz --- pass.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pass.md b/pass.md index 64cfcd33..1ec61ae2 100644 --- a/pass.md +++ b/pass.md @@ -9,7 +9,7 @@ Reference ### Create -``` bash +```sh $ pass init [-p] $ pass git init $ pass git remote add origin @@ -18,14 +18,14 @@ $ pass git push -u --all ### Store -``` bash +```sh $ pass insert [-m] twitter.com/rsc $ pass generate [-n] twitter.com/rsc length ``` ### Retrieve -``` bash +```sh $ pass ls twitter.com/ $ pass show twitter.com/rsc $ pass -c twitter.com/rsc @@ -33,29 +33,29 @@ $ pass -c twitter.com/rsc ### Search -``` bash +```sh $ pass find twitter.com ``` ### Management -``` bash +```sh $ pass mv twitter.com twitter.com/rsc $ pass rm [-rf] twitter.com $ pass cp twitter.com/rsc twitter.com/ricosc ``` -``` bash +```sh $ pass edit twitter.com/rsc ``` ### Synchronize -``` +```sh $ pass git push $ pass git pull ``` ## References -* +*