From 7e842cfd399c0bea9d480d5fa7a18dfa06bb6a60 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 2 Jun 2011 23:19:42 -0400 Subject: This is what happens when I use Parabola for a day. --- .bashrc | 1 + 1 file changed, 1 insertion(+) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 9609bc2..161a9a4 100644 --- a/.bashrc +++ b/.bashrc @@ -37,6 +37,7 @@ esac # set a fancy prompt (non-color, unless we know we "want" color) case "$TERM" in + linux) color_prompt=yes;; *-color*) color_prompt=yes;; *-256color*) color_prompt=yes;; esac -- cgit v1.2.3-2-g168b From d052487a09ed53cbdedd4d55fb6d548a0a30a1af Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 20 Jun 2011 01:25:36 -0400 Subject: This is what happens after about 2 weeks of using Parabola. Note that .bashrc is increasing it's reliance on "thingutils" --- .bashrc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 161a9a4..d77e848 100644 --- a/.bashrc +++ b/.bashrc @@ -96,3 +96,9 @@ fi if [ -f /etc/bash_completion ]; then . /etc/bash_completion fi + +export TMPDIR="$HOME/tmp" + +daemon emacs --daemon +daemon sysfiles +daemon maildirproc -- cgit v1.2.3-2-g168b From d383205ac60fdcf39bf2b0f813d63f91cf6e9dd5 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 2 Jul 2011 15:04:50 -0400 Subject: 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 --- .bashrc | 4 ---- 1 file changed, 4 deletions(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index d77e848..925ab3b 100644 --- a/.bashrc +++ b/.bashrc @@ -98,7 +98,3 @@ if [ -f /etc/bash_completion ]; then fi export TMPDIR="$HOME/tmp" - -daemon emacs --daemon -daemon sysfiles -daemon maildirproc -- cgit v1.2.3-2-g168b