Posts: 1
Threads: 1
Joined: Jun 2018
Reputation:
0
Running a trial of LL on both a virtual machine and live boot, I cannot change the prompt. PS1="\$ " works on any other distribution I've used but not on LL. No error message, just no change. Even put it in .bashrc. I've checked shell and it is bash. Any ideas or is this a bug.
Currently using Mint 18.3, but seriously considering LL.
Posts: 1,509
Threads: 140
Joined: Mar 2016
Reputation:
0
Not quite sure of your question here. Are you saying you are running the "live" ISO or an installed system? You can certainly customize the prompt on any Linux/Unix system ... except for many "live" ISOs and "safe" mode mods.
TC
All opinions expressed and all advice given by Trinidad Cruz on this forum are his responsibility alone and do not necessarily reflect the views or methods of the developers of Linux Lite. He is a citizen of the United States where it is acceptable to occasionally be uninformed and inept as long as you pay your taxes.
Posts: 8,892
Threads: 541
Joined: Feb 2014
Reputation:
5
Thread hijacks don't require a response other than from a Mod to delete said post. Thanks TC.
Sent from my Phone using Tapatalk
Posts: 2
Threads: 0
Joined: Apr 2020
Reputation:
0
There is a shell variable PROMPT_COMMAND that is interfering with all of the normal means of setting the bash shell prompt. The following in your .bashrc should fix it.
unset PROMPT_COMMAND
PS1=whatever: