summaryrefslogtreecommitdiffstats
path: root/root/.tcshrc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-22 19:15:36 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-22 19:15:36 +0000
commitecb3670bd2fba98dc4535cc18a8382e0727292f4 (patch)
tree830f59190485fa84a257d597299c1f34da58b953 /root/.tcshrc
parent55305a59a29a3907ba934b09fe0510016ada6944 (diff)
downloadpfsense-ecb3670bd2fba98dc4535cc18a8382e0727292f4.zip
pfsense-ecb3670bd2fba98dc4535cc18a8382e0727292f4.tar.gz
MFC 8603
Give tcsh a more informative prompt. Having the hostname visible is very useful when managing multiple systems over ssh.
Diffstat (limited to 'root/.tcshrc')
-rw-r--r--root/.tcshrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/root/.tcshrc b/root/.tcshrc
index 9681213..9648c4e 100644
--- a/root/.tcshrc
+++ b/root/.tcshrc
@@ -1 +1,2 @@
-# Blank .tschrc file
+# Give us a more informative prompt.
+set prompt="%m\:%~# " \ No newline at end of file
OpenPOWER on IntegriCloud