Mercurial > index.cgi > dotfiles
view .hgrc @ 105:3f1ead4ba8b4
Changes for the Pi:
* Code block to start emulationstation if the circumstances warrant, as well
* as checking for the presence of a PS3 controller and warning that it isn't
* connected. Also adding usernames to the ssh config to make aliases and
* whatnot work more easily.
author | Steve Huston <huston@astro.princeton.edu> |
---|---|
date | Sat, 08 Mar 2014 10:00:34 -0500 |
parents | 21e0ab41e180 |
children | 1e15f715858e |
line wrap: on
line source
# Global .hgrc - see bottom for local information [ui] username = Steve Huston <huston@astro.princeton.edu> merge = vimdiff editor = $HOME/bin/hgeditor [extensions] convert = keyword = color = record = [merge-tools] vimdiff.executable = vim vimdiff.args = -d $output $base $local $other -c "wincmd J" [trusted] groups = help # Includes - here we pull in a config file for the particular host on which # we're running, if there is one. This lets us set specific things on # specific hosts fairly easily. $HOST must be defined in the environment # (bash's built-in $HOSTNAME is insufficient) %include $HOME/.hgrc.d/$HOST.rc