From 836bfe1193be433a4a17230a5ed84e3a6cb0cc33 Mon Sep 17 00:00:00 2001 From: Gal Szkolnik Date: Sun, 29 May 2022 01:44:18 -0400 Subject: [PATCH] Fixed oh-my-posh config check --- _home/bin/executable_sz-doctor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_home/bin/executable_sz-doctor.sh b/_home/bin/executable_sz-doctor.sh index ad637db..24dff8f 100644 --- a/_home/bin/executable_sz-doctor.sh +++ b/_home/bin/executable_sz-doctor.sh @@ -24,7 +24,7 @@ echo "" check-exist "Byobu" "/usr/bin/byobu-launch" check-exist "oh-my-posh" -check-exist "~/.poshtheme.omp.json" "oh-my-posh config" "-r" +check-exist "~/.poshtheme.omp.json" "~/.poshtheme.omp.json" "-r" check-exist "tmux" check-exist "git" check-exist "emacs"