forgot ohmyzsh

This commit is contained in:
nevaforget 2024-04-03 15:54:26 +02:00
parent 6bf8c531ae
commit d2eef21911

View File

@ -88,7 +88,7 @@ function inst_zsh {
read confirm_zsh read confirm_zsh
if [[ $confirm_zsh == "Y" ]]; if [[ $confirm_zsh == "Y" ]];
then then
declare -a pkg_list=(zsh) declare -a pkg_list=(zsh oh-my-zsh)
for key in "${pkg_list[@]}" for key in "${pkg_list[@]}"
do do
pkg_inst $key pkg_inst $key