Misc updates to conf files.

This commit is contained in:
Gabriel Ebner 2009-02-21 12:31:05 +01:00
parent 96077119a7
commit 6884cc5ef1
5 changed files with 7 additions and 4 deletions

@ -28,8 +28,8 @@ set signature=~/.signature.ml
set crypt_autoencrypt=no
set crypt_autosign=no
set sidebar_visible
set sidebar_width=25
#set sidebar_visible
#set sidebar_width=25
set pager_index_lines=7
# GnuPG

@ -8,3 +8,5 @@ set bg=dark " dark background
au BufNewFile,BufRead *.vala setf cs
au BufNewFile,BufRead *.java set ts=4 sts=4 sw=4
au BufNewFile,BufRead *.cc set path=.,/usr/include,/usr/include/qt4/Qt,
au BufNewFile,BufRead *.i set ft=swig
au BufNewFile,BufRead *.factor set ft=factor

@ -4,7 +4,7 @@ if [ "`basename "$SHELL"`" != zsh -o -n "$BASH" ] && which zsh 2>/dev/null; then
exec zsh ~/.xsession
fi
XSESSION=xfce4
XSESSION=gnome
case $XSESSION in
ratpoison)

@ -1,5 +1,6 @@
#!/bin/zsh
autoload colors; colors
local host_color user_color user_sym user_prompt host_prompt
case "$HOST" in

@ -22,7 +22,7 @@ add_myprefix_to LD_LIBRARY_PATH lib
add_myprefix_to LD_LIBRARY_PATH lib64
add_myprefix_to MANPATH man
add_myprefix_to PKG_CONFIG_PATH lib/pkgconfig
add_myprefix_to PYTHONPATH lib/python2.4/site-packages
add_myprefix_to PYTHONPATH lib/python2.5/site-packages
add_myprefix_to PYTHONPATH lib/python/site-packages
add_myprefix_to PYTHONPATH lib/python
add_myprefix_to PERL5LIB lib/perl/`perl -e 'printf"%vd\n",$^V'`