diff --git a/config.fish b/config.fish index 7e52580..c777e19 100644 --- a/config.fish +++ b/config.fish @@ -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 >─────────────────────────────────────────────────────── diff --git a/themes/tokyo_storm.toml b/themes/tokyo_storm.toml index f7ec40e..c9e0f5e 100644 --- a/themes/tokyo_storm.toml +++ b/themes/tokyo_storm.toml @@ -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"