diff options
author | Thomas Lauf <lauft@users.noreply.github.com> | 2021-01-13 11:05:59 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-13 11:05:59 +0300 |
commit | 68abcc86d48e0c5a111fe14043a8b3a66744a068 (patch) | |
tree | fad13744eeb296cf191442f0b7498f55d03fae8b /README.md | |
parent | 00232d1b6de0931fd9394bc3f963afb88644447d (diff) |
Change icon for the timewarrior segment to '⌚' (#1217)
Icon was changed in https://github.com/romkatv/powerlevel10k/commit/c65260aaab46fee3d1eab033db258d0a366f03b4 from '🛡️' to '⌚'
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ Note how the effect of every command is instantly reflected by the very next pro | Command | Prompt Indicator | Meaning | |-------------------------------|:----------------:|----------------------------------------------------------------------:| -| `timew start hack linux` | `🛡️ hack linux` | time tracking enabled in [timewarrior](https://timewarrior.net/) | +| `timew start hack linux` | `⌚ hack linux` | time tracking enabled in [timewarrior](https://timewarrior.net/) | | `touch x y` | `?2` | 2 untracked files in the Git repo | | `rm COPYING` | `!1` | 1 unstaged change in the Git repo | | `echo 3.7.3 >.python-version` | `🐍 3.7.3` | the current python version in [pyenv](https://github.com/pyenv/pyenv) | |