From 6be15a0a2c2fce90d5f961518bc83643343fb8f4 Mon Sep 17 00:00:00 2001 From: pauljako Date: Wed, 2 Oct 2024 14:56:20 +0200 Subject: [PATCH] Added Console Title --- oh-my-posh/basic-nerd.toml | 1 + oh-my-posh/basic.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/oh-my-posh/basic-nerd.toml b/oh-my-posh/basic-nerd.toml index 17751d1..fce963f 100644 --- a/oh-my-posh/basic-nerd.toml +++ b/oh-my-posh/basic-nerd.toml @@ -1,6 +1,7 @@ "$schema" = "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json" final_space = true version = 2 +console_title_template = "{{.PWD}}" [[blocks]] type = "prompt" diff --git a/oh-my-posh/basic.toml b/oh-my-posh/basic.toml index 01abb99..175295d 100644 --- a/oh-my-posh/basic.toml +++ b/oh-my-posh/basic.toml @@ -1,6 +1,7 @@ "$schema" = "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json" final_space = true version = 2 +console_title_template = "{{.PWD}}" [[blocks]] type = "prompt"