added path plugin

This commit is contained in:
Mike Basinger 2015-11-04 15:33:21 -07:00
parent e44aa50301
commit d35f5b6888

View File

@ -0,0 +1,4 @@
# Prints out path nicely
alias path='echo -e ${PATH//:/\\n}
alias libpath='echo -e ${LD_LIBRARY_PATH//:/\\n}'