summaryrefslogtreecommitdiff
path: root/.profile
AgeCommit message (Collapse)Author
2012-10-15Use XDG for bash, remove alsa, clean up bash & profile, add CACHEDIR.TAGLuke Shumaker
.profile: fix up
2012-09-24.profile: only set java.io.tmpdir if $TMPDIR is setLuke Shumaker
2012-09-19.profile: use `uname -m` instead of `arch`Luke Shumaker
2012-08-22Merge branch 'master' of git://gitorious.org/lukeshu-dotfiles/lukeshu-dotfilesLuke Shumaker
2012-08-22add .prefix.`arch` and .local.`arch` directoriesLuke Shumaker
2012-08-21Merge branch 'master' into hp-dv6426us-parLuke Shumaker
Conflicts: .emacs.d/custom.el
2012-08-13dbus-launch in .profileLuke Shumaker
2012-08-13teach java about $TMPDIRLuke Shumaker
2012-05-30Merge branch 'master' into work-fc17Luke Shumaker
2012-05-30Don't set TMPDIR anymoreLuke Shumaker
2012-05-30Fedora 17 does *not* like it if I override it's XAUTHORITYLuke Shumaker
2012-05-22add $HOME/.local/bin to PATH if it existsLuke Shumaker
2012-05-21redo alsa stuffLuke Shumaker
2012-03-13clean up .profile (mostly comment, add XAUTHORITY)Luke Shumaker
2011-12-31updateLuke Shumaker
2011-11-27fix typo in .profileLuke Shumaker
2011-11-16Merge branch 'master' of git://gitorious.org/lukeshu-dotfiles/lukeshu-dotfilesLuke Shumaker
Conflicts: .bashrc .profile
2011-11-13oops, `[' needs whitespace before `]'Luke Shumaker
2011-11-11Merge branch 'master' of gitorious.org:lukeshu-dotfiles/lukeshu-dotfilesLuke Shumaker
Conflicts: .crontab
2011-11-11move daemon-starting into a separate file, do it in .profile (and .bashrc)Luke Shumaker
2011-11-02Add $HOME/.prefix/lib to $RUBYLIB, if it existsLuke Shumaker
2011-10-21Add the user's rubygems bin to $PATH, if it existsLuke Shumaker
2011-10-21Some systems *cough*CentOS6*cough* want you to add $HOME/bin to $PATH in ↵Luke Shumaker
your .profile/.bash_profile, not /etc/profile.
2011-10-16only run alsactl in .profile if it exists.Luke 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-07-02Save/Load the alsa state from .alsa.saveLuke Shumaker
* .profile: load .alsa.save on login * .bash_logout: save the stat on logout * Makefile: save the state * .git.info.exclude: ignore .alsa.save
2011-05-28Make things more robust, I'm no longer on just Ubuntu.Luke Shumaker
2011-05-17Fiddle with emacs config (when to use -n, -c), get emacs using el-get.Luke Shumaker
2011-05-13Make it so that editor can be called without a filename or other argumentLuke Shumaker
2011-04-15Fiddle with the default editorLuke Shumaker
Start tracking .selected editor, make use of this in .profile. Create the v-editor script, which calls either $VISUAL, $EDITOR, or $SELECTED editor, depending. Symlink `v-editor' to `editor', to overide /bin/editor, which might be used by some stupid programs.
2011-04-14Whoa! The desktop had a way better .profile on it, use thatLuke Shumaker
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.