From 374e5e3cf899baf7db2124f1bcedb6745bf3198b Mon Sep 17 00:00:00 2001 From: pika Date: Fri, 2 Aug 2024 12:58:51 +0200 Subject: [PATCH] corrected oh my posh --- config.fish | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.fish b/config.fish index 98f7c9f..bdb85cc 100644 --- a/config.fish +++ b/config.fish @@ -68,13 +68,12 @@ if command -v oh-my-posh >/dev/null 2>&1 # oh-my-posh init fish --config ~/.config/fish/themes/zen.toml | source else _bobfish - curl -s https://ohmyposh.dev/install.sh | bash -s -- -d ~/bin + curl -s https://ohmyposh.dev/install.sh | bash -s -- -d /usr/bin/ end function main _source _zox - # _omp end main