test ohmyzsh

This commit is contained in:
2022-09-27 15:24:20 +02:00
parent 209f1a3cac
commit 074a67e7eb
2 changed files with 8 additions and 5 deletions

View File

@@ -43,7 +43,7 @@ zsh_prompt() {
if [[ ${zshOption,,} = "n" ]]; then
return
elif [[ ${zshOption,,} = "y" ]]; then
sh ../applications/Oh-MY-ZSH.sh
sh src/Oh-My-ZSH.sh
fi
}