# HG changeset patch # User huston@80426f53-59d1-405d-934b-f07cd76f4a1a # Date 1259174582 0 # Node ID f65964738bab14cd30f0512a70ecd4258c628e74 # Parent ebc3f864376cdff274a2826217f9f674d3600068 Added Id tag to files, and svn propset svn:keywords as appropriate diff -r ebc3f864376c -r f65964738bab .bash_aliases --- a/.bash_aliases Wed Nov 25 18:05:41 2009 +0000 +++ b/.bash_aliases Wed Nov 25 18:43:02 2009 +0000 @@ -1,3 +1,8 @@ +# $Id$ + +# Aliases are read from this file; no real reason to separate them out except +# for readability. + case `uname` in Darwin) # DARWIN is used for the SSHFS mounts below diff -r ebc3f864376c -r f65964738bab .bash_logout --- a/.bash_logout Wed Nov 25 18:05:41 2009 +0000 +++ b/.bash_logout Wed Nov 25 18:43:02 2009 +0000 @@ -1,3 +1,5 @@ +# $Id$ +# #if [ "$SSH_AGENT_PID" -a "$SHLVL" = "1" ] ; then # eval `/usr/bin/ssh-agent -k` #fi diff -r ebc3f864376c -r f65964738bab .bash_profile --- a/.bash_profile Wed Nov 25 18:05:41 2009 +0000 +++ b/.bash_profile Wed Nov 25 18:43:02 2009 +0000 @@ -1,4 +1,5 @@ -# .bash_profile +# $Id$ +# # This file is sourced for interactive login shells, or # non-interactive shells with the --login option. So things which you # want to happen only on login shells should go here. diff -r ebc3f864376c -r f65964738bab .bashrc --- a/.bashrc Wed Nov 25 18:05:41 2009 +0000 +++ b/.bashrc Wed Nov 25 18:43:02 2009 +0000 @@ -1,4 +1,5 @@ -# .bashrc +# $Id$ +# # This file is sourced for shells which are interactive but not a # login shell; however, since it is also sourced within # $HOME/.bash_profile, the end result is that this file is sourced for all diff -r ebc3f864376c -r f65964738bab .screenrc --- a/.screenrc Wed Nov 25 18:05:41 2009 +0000 +++ b/.screenrc Wed Nov 25 18:43:02 2009 +0000 @@ -1,3 +1,5 @@ +# $Id$ + vbell off bell_msg "^GBell in window %n" defnonblock 5 diff -r ebc3f864376c -r f65964738bab .vimrc --- a/.vimrc Wed Nov 25 18:05:41 2009 +0000 +++ b/.vimrc Wed Nov 25 18:43:02 2009 +0000 @@ -1,3 +1,5 @@ +" $Id$ + version 5.0 set nocompatible set autoindent