diff --git a/README.md b/README.md index 2723342..deb9c87 100644 --- a/README.md +++ b/README.md @@ -22,16 +22,18 @@ Tips are updated at every shell startup (see [behind the scenes](#-behind-the-sc ### Tips prompt +`ABBR_TIPS_PROMPT` + By default, tips will showing up like this : ```console šŸ’” ga => git add ``` -But you customize it using the `ABBR_TIPS_PROMPT` environment variable. The plugin will replace `{{ .abbr }}` with the abbreviation and `{{ .cmd }}` with the corresponding command. +But you customize it using the prompt environment variable. The plugin will replace `{{ .abbr }}` with the abbreviation and `{{ .cmd }}` with the corresponding command. -This is the default value for `ABBR_TIPS_PROMPT` : +This is the default : `"\nšŸ’” \e[1m{{ .abbr }}\e[0m => {{ .cmd }}"`