changeset 349:8161806daa20

hgrc
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 26 Jun 2013 20:12:32 -0700
parents 6004e00b602d
children 52e718567731
files .bashrc
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.bashrc	Wed Jun 26 17:39:15 2013 -0700
+++ b/.bashrc	Wed Jun 26 20:12:32 2013 -0700
@@ -64,6 +64,10 @@
 
 ### functions
 
+lspath() {
+python -c 'import os; print "\n".join(os.environ["PATH"].split(os.path.pathsep))'
+}
+
 apply-patch() {
     # apply a patch
     # TODO: