This commit is contained in:
Mike Basinger 2018-07-01 18:48:11 +00:00 committed by GitHub
commit 9bb6540ac6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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