From 68abcc86d48e0c5a111fe14043a8b3a66744a068 Mon Sep 17 00:00:00 2001 From: Thomas Lauf Date: Wed, 13 Jan 2021 09:05:59 +0100 Subject: [PATCH] =?UTF-8?q?Change=20icon=20for=20the=20timewarrior=20segme?= =?UTF-8?q?nt=20to=20'=E2=8C=9A'=20(#1217)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Icon was changed in https://github.com/romkatv/powerlevel10k/commit/c65260aaab46fee3d1eab033db258d0a366f03b4 from '🛡️' to '⌚' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00c0ff9e..9fab9fe9 100644 --- a/README.md +++ b/README.md @@ -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) |