Fixed oh-my-posh config check
This commit is contained in:
parent
2ecc1a5bac
commit
836bfe1193
|
@ -24,7 +24,7 @@ echo ""
|
||||||
|
|
||||||
check-exist "Byobu" "/usr/bin/byobu-launch"
|
check-exist "Byobu" "/usr/bin/byobu-launch"
|
||||||
check-exist "oh-my-posh"
|
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 "tmux"
|
||||||
check-exist "git"
|
check-exist "git"
|
||||||
check-exist "emacs"
|
check-exist "emacs"
|
||||||
|
|
Loading…
Reference in New Issue