addet newline for tokyo_storm
This commit is contained in:
parent
781cd9fd5d
commit
7974f34e8a
2 changed files with 5 additions and 0 deletions
|
@ -165,7 +165,10 @@ end
|
||||||
|
|
||||||
# ─< oh-my-posh >───────────────────────────────────────────────────────────────────────────
|
# ─< oh-my-posh >───────────────────────────────────────────────────────────────────────────
|
||||||
if command -v oh-my-posh >/dev/null 2>&1
|
if command -v oh-my-posh >/dev/null 2>&1
|
||||||
|
# ─< tokyo-storm config >───────────────────────────────────────────────────────────────────
|
||||||
oh-my-posh init fish --config ~/.config/fish/themes/tokyo_storm.toml | source
|
oh-my-posh init fish --config ~/.config/fish/themes/tokyo_storm.toml | source
|
||||||
|
# ─< zen config >───────────────────────────────────────────────────────────────────────────
|
||||||
|
# oh-my-posh init fish --config ~/.config/fish/themes/zen.toml | source
|
||||||
end
|
end
|
||||||
|
|
||||||
# ─< set colorscheme for bobthefish >───────────────────────────────────────────────────────
|
# ─< set colorscheme for bobthefish >───────────────────────────────────────────────────────
|
||||||
|
|
|
@ -25,6 +25,7 @@ t-background = "p:main-bg"
|
||||||
[[blocks]]
|
[[blocks]]
|
||||||
alignment = "left"
|
alignment = "left"
|
||||||
type = "prompt"
|
type = "prompt"
|
||||||
|
newline = true
|
||||||
|
|
||||||
[[blocks.segments]]
|
[[blocks.segments]]
|
||||||
type = "text"
|
type = "text"
|
||||||
|
@ -127,6 +128,7 @@ foreground_templates = [
|
||||||
]
|
]
|
||||||
template = ""
|
template = ""
|
||||||
type = "text"
|
type = "text"
|
||||||
|
newline = true
|
||||||
|
|
||||||
[secondary_prompt]
|
[secondary_prompt]
|
||||||
background = "transparent"
|
background = "transparent"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue