From b9ddba466668c2738fdca2d156a4309b704b3b01 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Tue, 25 Jun 2024 01:16:38 +0300 Subject: [PATCH] fix(scripts): oh-my-posh config path --- scripts/install-ohmyposh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-ohmyposh.sh b/scripts/install-ohmyposh.sh index c7497ae..f0d50ae 100755 --- a/scripts/install-ohmyposh.sh +++ b/scripts/install-ohmyposh.sh @@ -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)"