zsh es un shell que es mejor que bash. Tiene mucho soporte para plugins y esas cosas.
Puedes instalar plugins usando Antidote
git clone --depth=1 https://github.com/mattmc3/antidote.git ${ZDOTDIR:-$HOME}/.antidote
Y agregar lo siguiente a tu .zshrc
source ${HOME}/.antidote/antidote.zsh antidote load ${ZDOTDIR:-$HOME}/.zsh_plugins.txt
Creas un archivo llamado ~/.zsh_plugins.txt con los plugins que quieras, por ejemplo:
zsh-users/zsh-syntax-highlighting zsh-users/zsh-autosuggestions zsh-users/zsh-history-substring-search zsh-users/zsh-completions rupa/z MichaelAquilina/zsh-you-should-use
ejecutas source .zshrc
y deberian aparecer tus plugins nuevos mágicamente
Puedes poner un prompt TO FLAMA con un comando como el siguiente:
PROMPT="%F{5}%~ [%F{090}%m%f%F{5}]%f%F{red} %%%f "
¿Debería hacer un ansible, no?