Mercurial > hg > config
comparison .bashrc @ 695:9d3b030696fa
STUB: .bashrc
| author | Jeff Hammel <k0scist@gmail.com> |
|---|---|
| date | Thu, 10 Jul 2014 10:07:19 -0700 |
| parents | 60952012be78 |
| children | 3fb348ed57a9 |
comparison
equal
deleted
inserted
replaced
| 694:ebca6d85213a | 695:9d3b030696fa |
|---|---|
| 70 # PATHs | 70 # PATHs |
| 71 export PATH=~/firefox:~/bin:~/bin/mozilla:~/python:$PATH:/usr/sbin:/usr/games/bin:~/virtualenv:~/silvermirror/bin:~/smartopen/bin:~/k0s/bin:~/docs/project/ims/workflow:~/cognet/bin | 71 export PATH=~/firefox:~/bin:~/bin/mozilla:~/python:$PATH:/usr/sbin:/usr/games/bin:~/virtualenv:~/silvermirror/bin:~/smartopen/bin:~/k0s/bin:~/docs/project/ims/workflow:~/cognet/bin |
| 72 export PYTHONPATH=~/python:$PYTHONPATH:~/virtualenv | 72 export PYTHONPATH=~/python:$PYTHONPATH:~/virtualenv |
| 73 | 73 |
| 74 ### functions | 74 ### functions |
| 75 | |
| 76 gplot() { | |
| 77 | |
| 78 gnuplot -persist <(echo plot '"'$1'"') | |
| 79 } | |
| 75 | 80 |
| 76 lspath() { | 81 lspath() { |
| 77 python -c 'import os; print ("\n".join(os.environ["PATH"].split(os.path.pathsep)))' | 82 python -c 'import os; print ("\n".join(os.environ["PATH"].split(os.path.pathsep)))' |
| 78 } | 83 } |
| 79 | 84 |
