tags:

views:

72

answers:

1

In linux, I need once I login to accurev, the PS1 changes to the following:

suppose my workspace placed in the path ~/myfiles/accurev/ws/myworkspace

<username>@<machineName> : ACCUREV >

so, when I for example cd to ~/myfiles/accurev/ws/myworkspace/myproject1/org/daz/ , the PS1 be :

<username>@<machineName> : ACCUREV/myproject1/org/daz >
+2  A: 

There are a number of env variables that AccuRev reads [pg 6 CLI guide]. Though, the shell PS1 is not related to AccuRev. Can you clarify what you are trying to do? Thx - dave

David P Thomas
I want to change the colors of PS1, how I can do that?
Mohammed