summaryrefslogtreecommitdiffstats
path: root/root/.tcshrc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2014-10-21 12:46:38 -0500
committerChris Buechler <cmb@pfsense.org>2014-10-21 12:46:38 -0500
commit687d0a6d053377263537fa75ee46fadaa6e51d56 (patch)
treead297d3de3844ec31a998cff80f4018e8d41617c /root/.tcshrc
parent9b86d3fe6ff9edc2c0b73c3d543c088b0030e142 (diff)
downloadpfsense-687d0a6d053377263537fa75ee46fadaa6e51d56.zip
pfsense-687d0a6d053377263537fa75ee46fadaa6e51d56.tar.gz
remove the command number shown in the shell prompt, it's a pointless
waste of screen space
Diffstat (limited to 'root/.tcshrc')
-rw-r--r--root/.tcshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/root/.tcshrc b/root/.tcshrc
index cd20f2d..e03cc94 100644
--- a/root/.tcshrc
+++ b/root/.tcshrc
@@ -1,4 +1,4 @@
-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;0;0m%} "
+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;36m%}%{\033[0;1;31m%}:%{\033[0;0;0m%} "
set autologout="0"
set autolist set color set colorcat
setenv CLICOLOR "true"
OpenPOWER on IntegriCloud