Mercurial > index.cgi > dotfiles
changeset 19:f65964738bab
Added Id tag to files, and svn propset svn:keywords as appropriate
author | huston@80426f53-59d1-405d-934b-f07cd76f4a1a |
---|---|
date | Wed, 25 Nov 2009 18:43:02 +0000 |
parents | ebc3f864376c |
children | 9dfac1876cdf |
files | .bash_aliases .bash_logout .bash_profile .bashrc .screenrc .vimrc |
diffstat | 6 files changed, 15 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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
--- 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.
--- 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