Developer Journal: 20 May 2020

Posted on Wed 20 May 2020 in dev-journal

When running chsh -s /bin/zsh the command would fail with Shell not changed. The solution was to use chsh -s /usr/bin/zsh which does not fully make sense to me because chsh -l lists both /usr/bin/zsh and /bin/zsh. Fixed and moving on.