Merge branch 'main' of github.com:jbowdre/dotfiles

This commit is contained in:
John Bowdre 2023-07-19 18:42:37 -05:00
commit 590f2a54fc
2 changed files with 4 additions and 2 deletions

View file

@ -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?
- **Clock**: How else will you know what time it is?

View file

@ -59,7 +59,8 @@
"foreground": "#100e23",
"powerline_symbol": "\ue0b0",
"properties": {
"style": "unique"
"style": "agnoster_short",
"max_depth": 3
},
"style": "powerline",
"template": " {{ .Path }} ",