8a80c95ddbc4
Merge.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Wed, 03 Mar 2010 18:02:37 -0500 |
parents | 0f2d16a931f3 (current diff) be94a1161989 (diff) |
children | 68d58637a758 |
branches/tags | (none) |
files | .zshrc |
Changes
--- a/.hgrc Wed Mar 03 18:02:20 2010 -0500 +++ b/.hgrc Wed Mar 03 18:02:37 2010 -0500 @@ -18,6 +18,7 @@ paste = ~/lib/hg/hg-paste/paste.py prompt = ~/lib/hg/hg-prompt/prompt.py histedit = ~/lib/hg/histedit +hgsubversion = ~/lib/hg/hgsubversion/hgsubversion hggit = ~/lib/hg/hg-git/hggit collapse = ~/lib/hg/hgcollapse/hgext/collapse.py review = ~/lib/hg/hg-review/review
--- a/.zshrc Wed Mar 03 18:02:20 2010 -0500 +++ b/.zshrc Wed Mar 03 18:02:37 2010 -0500 @@ -13,7 +13,6 @@ alias pm='python manage.py' alias oo='open .' alias j='z' -alias flakes="find . -name '*.py' -print0 | xargs -0 pyflakes" alias fab='fab -i ~/.ssh/stevelosh' alias tweets-stevelosh='~/src/grabtweets/grabtweets.py -p ~/Documents/tweets/stevelosh' alias meme="curl -q --silent meme.boxofjunk.ws/moar.txt?lines=1" @@ -21,11 +20,15 @@ alias serve_this='python -m SimpleHTTPServer' alias oldgcc='export CC=/usr/bin/gcc-4.0' alias smtpconsole='python -m smtpd -n -c DebuggingServer localhost:1025' +alias fic='~/src/fictiongen/generate.py -c 5 | pbcopy' +alias ficp='~/src/fictiongen/generate.py -p -c 5 | pbcopy' +alias fict='~/src/fictiongen/generate.py -t | pbcopy' # Environment variables ------------------------------------------------------ export EDITOR='vim' export PATH="/usr/local/bin:/usr/local/sbin:$HOME/lib/fmscripts:$HOME/bin:$PATH" export PATH="$HOME/.gem/ruby/1.8/bin:${PATH}" +export PATH="/opt/subversion/bin:${PATH}" export PATH="${PATH}:/usr/local/Cellar/PyPi/3.6/bin" export PATH="${PATH}:/usr/local/Cellar/python/2.6.4/bin" export WORKON_HOME="${HOME}/lib/virtualenvs" @@ -38,6 +41,7 @@ export COMMAND_MODE=unix2003 export R_LIBS="$HOME/lib/r" export BAT_CHARGE="$HOME/bin/batcharge.py" +export RUBYOPT=rubygems # Mercurial variables -------------------------------------------------------- export PATH="$HOME/lib/hg/hg-stable:$PATH"