Mercurial > hg > config
comparison .bashrc @ 349:8161806daa20
hgrc
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Wed, 26 Jun 2013 20:12:32 -0700 |
parents | 576edf9dee2e |
children | 61a3c07e9f7a |
comparison
equal
deleted
inserted
replaced
348:6004e00b602d | 349:8161806daa20 |
---|---|
61 # PATHs | 61 # PATHs |
62 export PATH=~/firefox:~/bin:~/bin/mozilla:~/python:$PATH:/usr/sbin:/usr/games/bin | 62 export PATH=~/firefox:~/bin:~/bin/mozilla:~/python:$PATH:/usr/sbin:/usr/games/bin |
63 export PYTHONPATH=~/python:$PYTHONPATH:~/virtualenv | 63 export PYTHONPATH=~/python:$PYTHONPATH:~/virtualenv |
64 | 64 |
65 ### functions | 65 ### functions |
66 | |
67 lspath() { | |
68 python -c 'import os; print "\n".join(os.environ["PATH"].split(os.path.pathsep))' | |
69 } | |
66 | 70 |
67 apply-patch() { | 71 apply-patch() { |
68 # apply a patch | 72 # apply a patch |
69 # TODO: | 73 # TODO: |
70 # - rewrite in python! | 74 # - rewrite in python! |