fix(scripts): oh-my-posh config path

This commit is contained in:
2024-06-25 01:16:38 +03:00
parent 77e92ef15e
commit b9ddba4666

View File

@@ -7,7 +7,7 @@ source "$HOME/.dotfiles/scripts/shared.sh"
curl -s https://ohmyposh.dev/install.sh | bash -s -- -d ~/.local/bin
OHMYPOSH_CFG="$HOME/.dotfiles/config/oh-my-posh.omp.json"
OHMYPOSH_CFG="$HOME/.dotfiles/config/omp/own.toml"
eval "$(oh-my-posh init zsh --config $OHMYPOSH_CFG)"