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"