fixed typo

This commit is contained in:
Mike Basinger 2015-11-06 08:56:28 -07:00
parent d35f5b6888
commit 414df1506c
1 changed files with 1 additions and 2 deletions

View File

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