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 >───────────────────────────────────────────────────────────────────────────
|
||||
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
|
||||
# ─< zen config >───────────────────────────────────────────────────────────────────────────
|
||||
# oh-my-posh init fish --config ~/.config/fish/themes/zen.toml | source
|
||||
end
|
||||
|
||||
# ─< set colorscheme for bobthefish >───────────────────────────────────────────────────────
|
||||
|
|
|
@ -25,6 +25,7 @@ t-background = "p:main-bg"
|
|||
[[blocks]]
|
||||
alignment = "left"
|
||||
type = "prompt"
|
||||
newline = true
|
||||
|
||||
[[blocks.segments]]
|
||||
type = "text"
|
||||
|
@ -127,6 +128,7 @@ foreground_templates = [
|
|||
]
|
||||
template = ""
|
||||
type = "text"
|
||||
newline = true
|
||||
|
||||
[secondary_prompt]
|
||||
background = "transparent"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue