[PC-BSD Commits] r2907 - in pcbsd: branches/7.0/system-overlay/usr/share/skel trunk/system-overlay/usr/share/skel
svn at pcbsd.org
svn at pcbsd.org
Wed Oct 15 12:22:41 PDT 2008
Author: kris
Date: 2008-10-15 12:22:41 -0700 (Wed, 15 Oct 2008)
New Revision: 2907
Added:
pcbsd/branches/7.0/system-overlay/usr/share/skel/.cshrc
Modified:
pcbsd/trunk/system-overlay/usr/share/skel/.cshrc
Log:
Updated the default .cshrc we use to set a nicer prompt, color support enabled now :)
Modified: pcbsd/trunk/system-overlay/usr/share/skel/.cshrc
===================================================================
--- pcbsd/trunk/system-overlay/usr/share/skel/.cshrc 2008-10-15 19:08:07 UTC (rev 2906)
+++ pcbsd/trunk/system-overlay/usr/share/skel/.cshrc 2008-10-15 19:22:41 UTC (rev 2907)
@@ -18,9 +18,14 @@
set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin /usr/local/kde4/bin /Programs/bin $HOME/bin /PCBSD/local/bin /PCBSD/local/kde4/bin)
setenv CLICOLOR true
+setenv EDITOR vi
+setenv PAGER more
+setenv BLOCKSIZE K
+
if ($?prompt) then
# An interactive shell -- set some stuff up
+ set prompt = "`/usr/bin/whoami`@`/bin/hostname -s`# "
set filec
set history = 100
set savehist = 100
More information about the Commits
mailing list