LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bash Prompt
#6
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:
Reply


Messages In This Thread
Bash Prompt - by dave61430 - 07-05-2018, 02:37 PM
Re: Bash Prompt - by bitsnpcs - 07-05-2018, 07:10 PM
Re: Bash Prompt - by thomasd - 06-27-2019, 12:02 AM
Re: Bash Prompt - by trinidad - 06-29-2019, 08:58 PM
Re: Bash Prompt - by Valtam - 06-30-2019, 04:59 PM
Re: Bash Prompt - by zeozod - 04-25-2020, 01:19 AM

Forum Jump:


Users browsing this thread: 2 Guest(s)