@@ -13,7 +13,7 @@ and I'll add it here.
1313zsh Prompt
1414==========
1515
16- From ` Nat < http://www. blogger.com/profile/16779944428406910187>`_ :
16+ From Nat (was blogger.com/profile/16779944428406910187) :
1717
1818Using zsh, I added some bits to ``$WORKON_HOME/post(de)activate `` to show
1919the active virtualenv on the right side of my screen instead.
@@ -33,7 +33,7 @@ Adjust colors according to your own personal tastes or environment.
3333Updating cached ``$PATH `` entries
3434=================================
3535
36- From ` Nat < http://www. blogger.com/profile/16779944428406910187>`_ :
36+ From Nat (was blogger.com/profile/16779944428406910187) :
3737
3838I also added the command 'rehash' to ``$WORKON_HOME/postactivate `` and
3939``$WORKON_HOME/postdeactivate `` as I was having some problems with zsh
@@ -42,7 +42,7 @@ not picking up the new paths immediately.
4242Creating Project Work Directories
4343=================================
4444
45- Via `James <http ://www.blogger.com/profile/02618224969192901883 >`_:
45+ Via `James <https ://www.blogger.com/profile/02618224969192901883 >`_:
4646
4747In the ``postmkvirtualenv `` script I have the following to create a
4848directory based on the project name, add that directory to the python
@@ -70,14 +70,14 @@ directory each time he runs ``cd``. If it finds a ``.venv`` file, it
7070activates the environment named within. On leaving that directory,
7171the current virtualenv is automatically deactivated.
7272
73- `Harry Marr <http://www.blogger. com/profile/17141199633387157732 >`__
73+ `Harry Marr <http://hmarr. com/about/ >`__
7474wrote a similar function that works with `git repositories
7575<http://hmarr.com/2010/jan/19/making-virtualenv-play-nice-with-git/> `__.
7676
7777Installing Common Tools Automatically in New Environments
7878=========================================================
7979
80- Via ` rizumu < http:// rizumu.myopenid.com/ >`__ :
80+ Via rizumu (was rizumu.myopenid.com) :
8181
8282I have this ``postmkvirtualenv `` to install the get a basic setup.
8383
@@ -112,7 +112,7 @@ PIL, psycopg2, django-apps, numpy, etc.
112112Changing the Default Behavior of ``cd ``
113113=======================================
114114
115- Via `mae <http ://www.blogger.com/profile/10879711379090472478 >`__:
115+ Via `mae <https ://www.blogger.com/profile/10879711379090472478 >`__:
116116
117117This is supposed to be executed after workon, that is as a
118118``postactivate `` hook. It basically overrides ``cd `` to know about the
@@ -136,7 +136,7 @@ it a proper path then it will do the right thing.
136136And to finally restore the default behaviour of ``cd `` once you
137137bailout of a VENV via a ``deactivate `` command, you need to add this
138138as a ``postdeactivate `` hook (`source
139- <http ://github.com/kdeldycke/dotfiles/commit/80470b> `_)::
139+ <https ://github.com/kdeldycke/dotfiles/commit/80470b> `_)::
140140
141141 cd () {
142142 builtin cd "$@"
0 commit comments