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? diff --git a/oh-my-posh/vpotato.minimal.omp.json b/oh-my-posh/vpotato.minimal.omp.json index 9141446..b78008e 100644 --- a/oh-my-posh/vpotato.minimal.omp.json +++ b/oh-my-posh/vpotato.minimal.omp.json @@ -59,7 +59,8 @@ "foreground": "#100e23", "powerline_symbol": "\ue0b0", "properties": { - "style": "unique" + "style": "agnoster_short", + "max_depth": 3 }, "style": "powerline", "template": " {{ .Path }} ",