Fixed oh-my-posh config check

This commit is contained in:
Gal Szkolnik 2022-05-29 01:44:18 -04:00
parent 2ecc1a5bac
commit 836bfe1193
1 changed files with 1 additions and 1 deletions

View File

@ -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"