The chsh
command was removed to prevent screwing up the base image.
You can change is with usermod, but I am not sure of the reprecussions. The “bling” in bluefin-cli doesn’t appear to work for me in zsh.
sudo usermod --shell /usr/bin/zsh ${USER}
The chsh
command was removed to prevent screwing up the base image.
You can change is with usermod, but I am not sure of the reprecussions. The “bling” in bluefin-cli doesn’t appear to work for me in zsh.
sudo usermod --shell /usr/bin/zsh ${USER}