mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-22 04:10:07 +00:00
Change icon for the timewarrior segment to '⌚' (#1217)
Icon was changed in c65260aaab
from '🛡️' to '⌚'
This commit is contained in:
parent
00232d1b6d
commit
68abcc86d4
1 changed files with 1 additions and 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) |
|
||||
|
|
Loading…
Reference in a new issue