From fa8928aa08602f0637f1bcc25b33393db5c52550 Mon Sep 17 00:00:00 2001 From: Anthony Oteri <4360016+anthonyoteri@users.noreply.github.com> Date: Wed, 7 Jan 2026 08:49:51 -0500 Subject: [PATCH] deps: update oh-my-posh Signed-off-by: Anthony Oteri <4360016+anthonyoteri@users.noreply.github.com> --- .config/ohmyposh/omp.toml | 37 +++---------------------------------- 1 file changed, 3 insertions(+), 34 deletions(-) diff --git a/.config/ohmyposh/omp.toml b/.config/ohmyposh/omp.toml index 76d7bd1..58af0db 100644 --- a/.config/ohmyposh/omp.toml +++ b/.config/ohmyposh/omp.toml @@ -1,5 +1,5 @@ console_title_template = '{{ .Shell }} in {{ .Folder }}' -version = 3 +version = 4 final_space = true [palette] @@ -49,9 +49,6 @@ final_space = true type = 'path' style = 'powerline' - [blocks.segments.properties] - style = 'folder' - [[blocks.segments]] template = '  {{ .HEAD }}{{ if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }}  {{ .Working.String }}{{ end }}{{ if .Staging.Changed }}  {{ .Staging.String }}{{ end }} ' foreground = 'p:green' @@ -59,13 +56,8 @@ final_space = true background = 'p:black' type = 'git' style = 'powerline' - foreground_templates = ['{{ if or (.Working.Changed) (.Staging.Changed) }}p:green{{ end }}', '{{ if eq .Background "p:yellow" }}p:black{{ end }}'] - background_templates = ['{{ if or (.Working.Changed) (.Staging.Changed) }}p:yellow{{ end }}'] - - [blocks.segments.properties] - branch_template = '{{ trunc 25 .Branch }}' - fetch_status = true - fetch_upstream_icon = false + foreground_templates = ['{{ if or (.Working.Changed) (.Staging.Changed) }}p:green{{ end }}', '{{ if eq .Background "p:yellow" }}p:black{{ end }}'] + background_templates = ['{{ if or (.Working.Changed) (.Staging.Changed) }}p:yellow{{ end }}'] [[blocks.segments]] template = '  ' @@ -85,9 +77,6 @@ final_space = true style = 'diamond' background_templates = ['{{ if gt .Code 0 }}p:red{{ end }}'] - [blocks.segments.properties] - always_enabled = true - [[blocks]] type = 'rprompt' @@ -98,12 +87,6 @@ final_space = true type = 'node' style = 'plain' - [blocks.segments.properties] - display_mode = 'files' - fetch_package_manager = false - home_enabled = false - fetch_version = true - [[blocks.segments]] template = ' {{ .Version }}' foreground = 'p:yellow' @@ -111,11 +94,6 @@ final_space = true type = 'python' style = 'plain' - [blocks.segments.properties] - display_mode = 'files' - fetch_version = true - fetch_virtual_env = true - [[blocks.segments]] template = ' {{ .Version }}' foreground = 'p:blue' @@ -123,9 +101,6 @@ final_space = true type = 'rust' style = 'plain' - [blocks.segments.properties] - fetch_version = true - [[blocks.segments]] template = 'at {{ .CurrentDate | date "15:04:05" }}' foreground = 'p:white' @@ -143,9 +118,6 @@ final_space = true style = 'diamond' tips = ['aws'] - [tooltips.properties] - display_default = true - [[tooltips]] leading_diamond = '' trailing_diamond = '' @@ -155,6 +127,3 @@ final_space = true type = 'az' style = 'diamond' tips = ['az'] - - [tooltips.properties] - display_default = true