Here is the bash code for my console prompt. Copy/paste this code into your ~/.bashrc file to have the same prompt as me.
Local status symbols:
- ●n there are n modified files.
- ✚n there are n staged files.
- ✖n there are n files with merge conflicts.
- …n there are n untracked files.
Branch Tracking Symbols:
- ✔ the repository is up to date.
- ▲n ahead of remote by n commits.
- ▼n behind remote by n commits.
Create ~/.local/share/file-manager/actions/terminal.desktop with the following content:
[Desktop Entry]
Type=Action
Tooltip=Open Terminal
Name=Open Terminal
Profiles=profile-one;
Icon=utilities-terminal
[X-Action-Profile profile-one]
MimeTypes=inode/directory;
Exec=tilix -w %f
Name=Default profileI'm using Tilix as my terminal.
