Bash (Bourne Again Shell) is the default command-line shell on many distributions. Zsh (Z Shell) is a powerful shell that operates as both an interactive shell and as a scripting language interpreter.
sudo apt install zsh
# ~/.config/starship.toml | |
# NOTE: | |
# Install font awesome for better effect, if not working i guess try install some emojis, that would be helpful. | |
add_newline = true | |
[character] | |
success_symbol = "[➟](bold blue) " |
Bash (Bourne Again Shell) is the default command-line shell on many distributions. Zsh (Z Shell) is a powerful shell that operates as both an interactive shell and as a scripting language interpreter.
sudo apt install zsh