summaryrefslogtreecommitdiff
path: root/.bashrc
AgeCommit message (Collapse)Author
2012-10-15Use XDG for bash, remove alsa, clean up bash & profile, add CACHEDIR.TAGLuke Shumaker
.profile: fix up
2012-08-21turn on a few useful bash featuresLuke Shumaker
2011-12-31updateLuke Shumaker
2011-11-16This had (accidentally) crept into a earlier commit; I don't want it.Luke Shumaker
2011-11-16Merge branch 'master' of git://gitorious.org/lukeshu-dotfiles/lukeshu-dotfilesLuke Shumaker
Conflicts: .bashrc .profile
2011-11-11move daemon-starting into a separate file, do it in .profile (and .bashrc)Luke Shumaker
2011-11-02Only set TMPDIR="$HOME/tmp" if $HOME/tmp existsLuke Shumaker
2011-09-20several small things, mostly track .conkerorrcLuke Shumaker
2011-07-02Handle errors more intelligentlyLuke Shumaker
2011-07-02I should do a better job of making sure things work first.Luke Shumaker
* .profile: move daemon-starting commands back into... * .bashrc: * Makefile: fix errors
2011-07-02A bunch of different, small thingsLuke Shumaker
* .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
2011-06-20This is what happens after about 2 weeks of using Parabola.Luke Shumaker
Note that .bashrc is increasing it's reliance on "thingutils"
2011-06-02This is what happens when I use Parabola for a day.Luke Shumaker
2011-05-12Play with emacs daemon modeLuke Shumaker
* .bashrc: include .bash.d/* * .bash.d/emacs.sh: adjust emacsclient flags in SELECTED_EDITOR, EDITOR, and VISUAL based on $DISPLAY and $TERM * .emacs: set the font size in a way that plays nice with daemon-mode
2011-04-14Fiddle with .profile, add a v-www-browser script, configure browse-url in .emacsLuke Shumaker
Move login-stuff from `.bashrc' to `.profile', which loads `.bashrc' if it is a bash shell (hopefully). Add `.Xsession', wich includes `.profile'. `bin/v-www-browser' (technically not a dotfile), is a script that loads either www-browser or x-www-browser, depending on if we're using X11 or not (really, whether $DISPLAY is set). `.emacs' was edited to have browse-url run v-www-browser instead of www-browser.
2011-04-13Initial commit of Luke Shumaker's "dot-files".Luke Shumaker