Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kidonng authored Aug 13, 2022
1 parent 5bca1e0 commit c44e6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ By default, tips will show up like this :
💡 ga => git add
```

But you customize it using the prompt environment variable. The plugin will replace `{{ .abbr }}` with the abbreviation/alias and `{{ .cmd }}` with the corresponding command.
But you can customize it using the prompt environment variable. The plugin will replace `{{ .abbr }}` with the abbreviation/alias and `{{ .cmd }}` with the corresponding command.

⚠️ tips are displayed using `echo -e` (interpretation of backslash escapes)

Expand Down

0 comments on commit c44e6a3

Please sign in to comment.