I did the following:
yum install zsh
Then
chsh eduar
New shell [/bin/bash]: /bin/zsh
When I type:
curl -L http://install.ohmyz.sh | sh
I got this:
You already have Oh My Zsh installed.
You'll need to remove /home/eduar/.oh-my-zsh if you want to install
It says that I already have installed the module.
Then, our last step is to reload our resources file:
source ~/.zshrc
Here I have the following issue:
bash: /home/eduar/.oh-my-zsh/oh-my-zsh.sh: line 26: syntax error near unexpected token `('
bash: /home/eduar/.oh-my-zsh/oh-my-zsh.sh: line 26: `for config_file ($ZSH/lib/*.zsh); do'
If y restart the terminal, it seems like ZSH is not working.