From f3218c10898d624f032de752328bcdd3a24d6bdb Mon Sep 17 00:00:00 2001 From: John Bowdre <61015723+jbowdre@users.noreply.github.com> Date: Mon, 15 May 2023 16:11:02 -0500 Subject: [PATCH] Update README.md --- oh-my-posh/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/oh-my-posh/README.md b/oh-my-posh/README.md index c76fff5..0851f36 100644 --- a/oh-my-posh/README.md +++ b/oh-my-posh/README.md @@ -9,6 +9,7 @@ Requires [oh-my-posh](https://ohmyposh.dev/), which lets you use the same prompt - **Git status**: Shows current branch as well as pending changes. - **Terraform workspace**: Name of the current Terraform workspace. - **Error indicator**: Alerts when the last command has a non-zero exit code. +- **Execution timer**: Displays execution time for last command (when >500ms). - **`kubectl` context**: Current Kubernetes context. - **Current shell**: Also differentiates between major versions of PowerShell (5/6/7). -- **Clock**: How else will you know what time it is? \ No newline at end of file +- **Clock**: How else will you know what time it is?