Mercurial > dotfiles
annotate .zprofile @ 378:20e47bc8eea9
hgrc: disable hg-git and hgsubversion
It hasn't been common for me to use either of these extensions for
some time, so just drop both of them from the main hgrc. Instead I'll
enable them as-needed in individual repositories.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Thu, 09 Jun 2011 20:20:04 -0500 |
parents | 117e3c11d953 |
children |
rev | line source |
---|---|
377
117e3c11d953
zprofile: introduce zprofile use
Augie Fackler <raf@durin42.com>
parents:
diff
changeset
|
1 source $HOME/.shell.d/00.path_manipulation.sh |
117e3c11d953
zprofile: introduce zprofile use
Augie Fackler <raf@durin42.com>
parents:
diff
changeset
|
2 source $HOME/.shell.d/50.common_env.sh |
117e3c11d953
zprofile: introduce zprofile use
Augie Fackler <raf@durin42.com>
parents:
diff
changeset
|
3 |
117e3c11d953
zprofile: introduce zprofile use
Augie Fackler <raf@durin42.com>
parents:
diff
changeset
|
4 if [[ -a ~/.zprofile-machine ]]; then |
117e3c11d953
zprofile: introduce zprofile use
Augie Fackler <raf@durin42.com>
parents:
diff
changeset
|
5 source ~/.zprofile-machine |
117e3c11d953
zprofile: introduce zprofile use
Augie Fackler <raf@durin42.com>
parents:
diff
changeset
|
6 fi |