From 0eeeb709a0b666e04e7f221335b3c87736805d6b Mon Sep 17 00:00:00 2001 From: Debugging Sparrow Date: Thu, 8 Jun 2023 12:58:59 +0900 Subject: [PATCH] Update alias tips reveal text in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dff744f..a623d0b 100644 --- a/README.md +++ b/README.md @@ -213,7 +213,7 @@ Use this environmental variable to customize text: ``````sh : -export ZSH_PLUGINS_ALIAS_TIPS_REVEAL_TEXT="Alias tip: " +export ZSH_PLUGINS_ALIAS_TIPS_REVEAL_TEXT="Alias for: " : ``````