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
| # ========================================= | |
| # 🌟 Advanced Zsh Configuration by A.Z.M. Arif | |
| # ========================================= | |
| # --- Basic Environment Settings --- | |
| export ZSH="$HOME/.oh-my-zsh" | |
| export EDITOR="nvim" | |
| export TERMINAL="kitty" | |
| export LANG="en_US.UTF-8" | |
| export LC_ALL="en_US.UTF-8" |