[PC-BSD Commits] r2916 - pcbsd/trunk/system-overlay/usr/share/skel
svn at pcbsd.org
svn at pcbsd.org
Thu Oct 16 08:00:39 PDT 2008
Author: kris
Date: 2008-10-16 08:00:39 -0700 (Thu, 16 Oct 2008)
New Revision: 2916
Removed:
pcbsd/trunk/system-overlay/usr/share/skel/.cshrc
Modified:
pcbsd/trunk/system-overlay/usr/share/skel/dot.cshrc
Log:
Moved .cshrc to dot.cshrc in the skel file
Modified: pcbsd/trunk/system-overlay/usr/share/skel/dot.cshrc
===================================================================
--- pcbsd/trunk/system-overlay/usr/share/skel/dot.cshrc 2008-10-16 14:33:03 UTC (rev 2915)
+++ pcbsd/trunk/system-overlay/usr/share/skel/dot.cshrc 2008-10-16 15:00:39 UTC (rev 2916)
@@ -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