Anyone please help..
How can I fix the following error:
dyld: Library not loaded: /usr/local/lib/libgdbm.4.dylib
Referenced from: /usr/local/bin/zsh
Reason: image not found
Simple reinstall zsh will help you:
brew reinstall zsh && brew unlink zsh && brew link zsh
Alternatively you can try to upgrade zsh
brew upgrade zsh