My .cshrc file contains the following:
set prompt = "%{\033[0;32m%}%S%B\! <%~> :%b%s %{\033[0m%}"
Each time I cd out of my home directory, the prompt formatting resets to display:
33 /~/newdirectory/ :
What am I doing wrong?
|
My .cshrc file contains the following:
Each time I
What am I doing wrong? |
|||
|
@manatwork's suggestion to check any aliases was correct. I found an alias for cd in one of my .aliasrc files. For anyone who encounters this problem try grepping your home directory for:
If you find an |
||||
|
|
precmdand/orpostcmdspecial aliases set? Is there an alias with the namecd? – manatwork Mar 21 at 10:09cdthat sets to a new prompt. – arcticanalog Mar 21 at 18:12