b783542ecd34
Minor tweaks.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Fri, 03 Jun 2011 16:30:30 -0400 |
parents | da23e486e9b1 |
children | 4aa6af0a92a5 |
branches/tags | (none) |
files | .hgrc .zshrc |
Changes
--- a/.hgrc Fri Jun 03 13:06:33 2011 -0400 +++ b/.hgrc Fri Jun 03 16:30:30 2011 -0400 @@ -145,6 +145,8 @@ fet = fetch --message 'Automated merge.' qpp = push -r qparent +gl = glog -l10 --template='\033[0;33m{rev}\033[0m {desc|firstline|strip} \033[0;35m{branches}\033[0m \033[0;33m{tags}\033[0m\n\033[1;30m({date|age} by {author|person})\033[0m\n\n' + # Make a new repo with some sensible defaults. mkrepo = !$HG init $1 && cd $1 && \ echo 'syntax: glob' > .hgignore && \
--- a/.zshrc Fri Jun 03 13:06:33 2011 -0400 +++ b/.zshrc Fri Jun 03 16:30:30 2011 -0400 @@ -2,7 +2,7 @@ export ZSH_THEME="prose" export DISABLE_AUTO_UPDATE="true" export OH_MY_ZSH_DEBUG="true" -plugins=(command-coloring pip fabric) +plugins=(command-coloring pip fabric lein redis-cli vagrant) #test -f "$HOME/src/hgd/hd" && export OH_MY_ZSH_HG="$HOME/src/hgd/hd" || export OH_MY_ZSH_HG='hg'