mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 01:12:19 +00:00
Merge branch 'main' of github.com:jbowdre/dotfiles
This commit is contained in:
commit
590f2a54fc
2 changed files with 4 additions and 2 deletions
|
@ -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.
|
- **Git status**: Shows current branch as well as pending changes.
|
||||||
- **Terraform workspace**: Name of the current Terraform workspace.
|
- **Terraform workspace**: Name of the current Terraform workspace.
|
||||||
- **Error indicator**: Alerts when the last command has a non-zero exit code.
|
- **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.
|
- **`kubectl` context**: Current Kubernetes context.
|
||||||
- **Current shell**: Also differentiates between major versions of PowerShell (5/6/7).
|
- **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?
|
||||||
|
|
|
@ -59,7 +59,8 @@
|
||||||
"foreground": "#100e23",
|
"foreground": "#100e23",
|
||||||
"powerline_symbol": "\ue0b0",
|
"powerline_symbol": "\ue0b0",
|
||||||
"properties": {
|
"properties": {
|
||||||
"style": "unique"
|
"style": "agnoster_short",
|
||||||
|
"max_depth": 3
|
||||||
},
|
},
|
||||||
"style": "powerline",
|
"style": "powerline",
|
||||||
"template": " {{ .Path }} ",
|
"template": " {{ .Path }} ",
|
||||||
|
|
Loading…
Reference in a new issue