Give tcsh a more informative prompt. Having the hostname visible is very useful when managing multiple systems over ssh.
This commit is contained in:
Scott Ullrich 2005-12-22 19:15:36 +00:00
parent 55305a59a2
commit ecb3670bd2
1 changed files with 2 additions and 1 deletions

View File

@ -1 +1,2 @@
# Blank .tschrc file
# Give us a more informative prompt.
set prompt="%m\:%~# "