From 7bebd83cbffcf3c6f2e03cfc6e7a2be114eaff6f Mon Sep 17 00:00:00 2001 From: pika Date: Sat, 8 Jun 2024 15:06:36 +0200 Subject: [PATCH] addet oh-my-posh sourcing --- config.fish | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/config.fish b/config.fish index 0b5522f..eaf166f 100644 --- a/config.fish +++ b/config.fish @@ -150,14 +150,19 @@ if command -v zoxide >/dev/null 2>&1 end # ─< starship >───────────────────────────────────────────────────────────────────────────── -if command -v starship >/dev/null 2>&1 - function starship_transient_prompt_func - starship module character - end - starship init fish | source - enable_transience -else - curl -sS https://starship.rs/install.sh | sh && exec fish +# if command -v starship >/dev/null 2>&1 +# function starship_transient_prompt_func +# starship module character +# end +# starship init fish | source +# enable_transience +# else +# curl -sS https://starship.rs/install.sh | sh && exec fish +# end + +# ─< oh-my-posh >─────────────────────────────────────────────────────────────────────────── +if command -v oh-my-posh >/dev/null 2&>1 + oh-my-posh init fish --config ~/.config/fish/zen.toml | source end # ─< set colorscheme for bobthefish >───────────────────────────────────────────────────────