diff --git a/.gitconfig b/.gitconfig index 8338fab..80c1597 100644 --- a/.gitconfig +++ b/.gitconfig @@ -23,5 +23,5 @@ [color] ui = true [user] - name = chawley (julia) + name = chawley (derry) email = chawley@planethawleywood.com diff --git a/.muttrc b/.muttrc index c3b10e1..90d860d 100644 --- a/.muttrc +++ b/.muttrc @@ -42,4 +42,4 @@ bind pager p previous-undeleted macro pager \cb 'urlview' 'Follow links' # Idea for multiple profile implementation from http://www.8t8.us/mutt/ -source ~/.mutt/muttrc.local.$LOCAL_CONFIG +#source ~/.mutt/muttrc.local.$LOCAL_CONFIG diff --git a/README.md b/README.md index 7e7a421..018df44 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,5 @@ A repo to track dotfiles for bash and apps I want to keep as portable as possible. All dotfiles are contained in this repo (typically cloned as ~/dotfiles and each file is symlinked to it's default location. I have added a Makefile to -create or update each symlink. - +create or update each symlink.