changed ohmyzsh to a manual install
This commit is contained in:
@@ -42,10 +42,11 @@ zsh_prompt() {
|
||||
# run option
|
||||
if [[ ${zshOption,,} = "y" ]]; then
|
||||
# Create temporary zsh file
|
||||
touch $homedir/.tempzshrc
|
||||
touch ~/.tempzshrc
|
||||
|
||||
# set up the basics of zsh
|
||||
sh src/services/zsh/zsh.sh
|
||||
sh src/services/zsh/Oh-My-ZSH.sh
|
||||
fi
|
||||
}
|
||||
|
||||
@@ -332,7 +333,7 @@ main() {
|
||||
cd src
|
||||
rm temp/*
|
||||
|
||||
install_oh_my_zsh
|
||||
# install_oh_my_zsh
|
||||
}
|
||||
|
||||
# PROGRAM BODY
|
||||
|
Reference in New Issue
Block a user