diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-07-02 15:04:50 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-07-02 15:04:50 -0400 |
commit | d383205ac60fdcf39bf2b0f813d63f91cf6e9dd5 (patch) | |
tree | 25f4a7ce8f40cab3b76fd35ba8b8d31145f7ee4f /.bashrc | |
parent | 41be5454a224acda28025ac2a67d9ca27c80b5e9 (diff) |
A bunch of different, small things
* .bash_aliases: fix hardcoded location of dircolors
* .bashrc: move daemon-starting to...
* .profile:
* .wl: set up SMTP, increase folder-window-width
* .crontab: run make every 5 min.
* .emacs:
o load php-mode-improved, mmm-mode, dtrt-indent, folding
o set default theme to color-theme-ttyp-dark (override for X11)
o (setq default indent-tabs-mode t)
o set up flymake for PHP
* .git.info.exclude: ignore .bogofilter/*
* .maildirproc/default.rc: tweak filters
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -98,7 +98,3 @@ if [ -f /etc/bash_completion ]; then fi export TMPDIR="$HOME/tmp" - -daemon emacs --daemon -daemon sysfiles -daemon maildirproc |