You can customize the Bash shell prompt by editing the PS1 variable in ~/.bashrc. For example, the current shell prompt is the following:
The emoji used on PS1 come from Emojipedia. For showing them on terminal, the noto-fonts-emoji package is needed.
Fish
Customize Prompt
You can customize the Fish shell prompt by editing ~/.config/fish/functions/fish_prompt.fish. For example, you can start to edit the shell prompt in Athena that is:
After saving the file, the shell will wait for something. Just close it.
For different colors, refer to the ANSI escape code web resouce and pass the mouse over the colors for getting the HEX code, for example:
Zsh
Customize Prompt
You can customize the Zsh shell prompt by editing the PROMPT variable in ~/.zshrc. The Athena OS default shell prompt appears as:
PowerShell
Customize Prompt
You can customize the PowerShell prompt by editing ~/.config/powershell/Microsoft.PowerShell_profile.ps1 and modifying its content:
Switching Shell
If you have installed more than one shell and you wish to use mainly one, just edit the export SHELL= line in ~/.bashrc by adding the name of your favourite shell, for example: