corrected oh my posh
This commit is contained in:
parent
0f3d2cd489
commit
374e5e3cf8
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue