Linux Lite Forums

Full Version: bash prompt
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there
where is this prompt configured?

[Image: Bildschirmfoto-zu-2024-05-24-19-39-20.png]
You could try:
(First make a backup!)
cp ~/.bashrc ~/.bashrc.bak

nano ~/.bashrc

What are you looking to change/configure?

Source: https://ostechnix.com/how-to-customize-b...-in-linux/

(05-24-2024, 05:43 PM)Alpha link Wrote: [ -> ]Hi there
where is this prompt configured?

[Image: Bildschirmfoto-zu-2024-05-24-19-39-20.png]
found it.
/etc/profile.d/vte-2.91.sh
Not sure what you want to do but the prompt is generated by powerline.
Code:
/usr/share/powerline/
Uses json and python.
TC