Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |
| # Modify your .bashrc with the following | |
| # from https://redandblack.io/blog/2020/bash-prompt-with-updating-time/ | |
| DIRECTORY="\w" | |
| DOUBLE_SPACE=" " | |
| NEWLINE="\n" | |
| NO_COLOUR="\e[00m" | |
| PRINTING_OFF="\[" | |
| PRINTING_ON="\]" | |
| PROMPT_COLOUR="\e[0;33m" |
Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |