corrected oh my posh

This commit is contained in:
pika 2024-08-02 12:58:51 +02:00
parent 0f3d2cd489
commit 374e5e3cf8

View file

@ -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 # oh-my-posh init fish --config ~/.config/fish/themes/zen.toml | source
else else
_bobfish _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 end
function main function main
_source _source
_zox _zox
# _omp
end end
main main