diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-12-22 19:15:36 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-12-22 19:15:36 +0000 |
commit | ecb3670bd2fba98dc4535cc18a8382e0727292f4 (patch) | |
tree | 830f59190485fa84a257d597299c1f34da58b953 /root | |
parent | 55305a59a29a3907ba934b09fe0510016ada6944 (diff) | |
download | pfsense-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')
-rw-r--r-- | root/.tcshrc | 3 |
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 |