diff options
author | jim-p <jimp@pfsense.org> | 2010-06-30 12:10:42 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2010-06-30 12:10:42 -0400 |
commit | 05816b87060b32d8bc3a5fd09803d5da97956706 (patch) | |
tree | bfeb75ec2a53f4f06edf2ea5406255f961c94b8b | |
parent | 81ab3a736c155e9726fa809061d4a2ef2ef1b6a8 (diff) | |
download | pfsense-05816b87060b32d8bc3a5fd09803d5da97956706.zip pfsense-05816b87060b32d8bc3a5fd09803d5da97956706.tar.gz |
Update this with the new color prompt.
-rw-r--r-- | root/.tcshrc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/root/.tcshrc b/root/.tcshrc index e34fbe8..97ca003 100644 --- a/root/.tcshrc +++ b/root/.tcshrc @@ -1,3 +1,5 @@ -# Give us a more informative prompt. -set prompt="%m\:%~# " +set prompt="%{\033[0;1;33m%}[%{\033[0;1;37m%}`cat /etc/version`%{\033[0;1;33m%}]%{\033[0;1;33m%}%B[%{\033[0;1;37m%}%n%{\033[0;1;31m%}@%{\033[0;1;37m%}%M%{\033[0;1;33m%}]%{\033[0;1;32m%}%b%/%{\033[0;1;33m%}(%{\033[0;1;37m%}%h%{\033[0;1;33m%})%{\033[0;1;36m%}%{\033[0;1;31m%}:%{\033[0;40;37m%} " set autologout="0" +set autolist set color set colorcat +setenv CLICOLOR "true" +setenv LSCOLORS "exfxcxdxbxegedabagacad" |