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


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need some scripting help
#1
I'm using the following command line to make my username in light red.

export PS1="\[\e[1;31m\][\u@\h\w]\$ \[\e[0m\] "

When I try to make my change permanent in the .bashrc file, it just screws it up. What should I enter into the .bashrc file?

old command:
export PS1="\[\e[1;31m\][\u@\h\w]\$ \[\e[0m\] "
Reply
#2
This can be done from the terminal menu
edit ....preferences
click on foreground and choose your colour
okĀ  saves it

hope this helps
mike
Reply
#3

LS_COLORS=$LS_COLORS:'di=0;36:fi=0;37' ; export LS_COLORS
#terminal prompt
export PS1='\[\e[1;31m\]\u @ \h \w ->\n\[\e[1;36m\] \@ \d \$\[\e[m\] '
This is a line from my .bashrc file which produces a double line prompt with time and date underneath in cyan and the user name hostname in red

hope this is more useful to your script request

cheers mike
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)