File README.SUSE of Package ohmyzsh
How to finish the installation -------------------------------- Normally your ~/.zshrc would contain something like ``` export ZSH=$HOME/.oh-my-zsh source $ZSH/oh-my-zsh.sh ``` When using our package you can replace this with: ``` export ZSH=/usr/share/ohmyzsh/ source $ZSH/oh-my-zsh.sh ``` The rest of the configuration remains the same.