addet transient prompt?
This commit is contained in:
parent
a6c1e17240
commit
2d6b35f451
1 changed files with 9 additions and 4 deletions
13
amro.toml
13
amro.toml
|
@ -1,10 +1,6 @@
|
||||||
"$schema" = "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json"
|
"$schema" = "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json"
|
||||||
version = 2
|
version = 2
|
||||||
|
|
||||||
[transient_prompt]
|
|
||||||
foreground_templates = ["green"]
|
|
||||||
background = 'transparent'
|
|
||||||
template = '>'
|
|
||||||
|
|
||||||
# [transient_prompt]
|
# [transient_prompt]
|
||||||
# foreground_templates = [
|
# foreground_templates = [
|
||||||
|
@ -64,6 +60,15 @@ style = "plain"
|
||||||
template = "# "
|
template = "# "
|
||||||
type = "text"
|
type = "text"
|
||||||
|
|
||||||
|
[[blocks]]
|
||||||
|
alignment = "left"
|
||||||
|
newline = true
|
||||||
|
type = "prompt"
|
||||||
|
|
||||||
|
[transient_prompt]
|
||||||
|
foreground_templates = ["green"]
|
||||||
|
background = 'transparent'
|
||||||
|
template = '>'
|
||||||
# [transient_prompt]
|
# [transient_prompt]
|
||||||
# type = "status"
|
# type = "status"
|
||||||
# background = "transparent"
|
# background = "transparent"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue