[PC-BSD Commits] r2917 - pcbsd/branches/7.0/system-overlay/usr/share/skel
svn at pcbsd.org
svn at pcbsd.org
Thu Oct 16 08:01:26 PDT 2008
Author: kris
Date: 2008-10-16 08:01:26 -0700 (Thu, 16 Oct 2008)
New Revision: 2917
Removed:
pcbsd/branches/7.0/system-overlay/usr/share/skel/.cshrc
Modified:
pcbsd/branches/7.0/system-overlay/usr/share/skel/dot.cshrc
Log:
Updated .cshrc to dot.cshrc in brances/7.0 as well
Modified: pcbsd/branches/7.0/system-overlay/usr/share/skel/dot.cshrc
===================================================================
--- pcbsd/branches/7.0/system-overlay/usr/share/skel/dot.cshrc 2008-10-16 15:00:39 UTC (rev 2916)
+++ pcbsd/branches/7.0/system-overlay/usr/share/skel/dot.cshrc 2008-10-16 15:01:26 UTC (rev 2917)
@@ -15,12 +15,17 @@
# A righteous umask
umask 22
-set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin /usr/local/kde4/bin /Programs/bin $HOME/bin)
+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
@@ -31,3 +36,9 @@
bindkey -k down history-search-forward
endif
endif
+
+# Setup the XDG_DATA_DIRS variable
+setenv XDG_DATA_DIRS "/usr/local/kde4/share:/usr/share:/usr/local/share:/usr/local/share/gnome:/PCBSD/local/share:/PCBSD/local/kde4/share"
+
+# Setup the XDG_CONFIG_DIRS variable
+setenv XDG_CONFIG_DIRS "/usr/local/kde4/etc/xdg:/etc/xdg:/usr/local/etc/xdg:/usr/local/etc/xdg/xfce4:/PCBSD/local/etc/xdg:/PCBSD/local/kde4/etc/xdg"
More information about the Commits
mailing list