oh-my-zsh/plugins/path/path.plugin.zsh

5 lines
111 B
Bash
Raw Normal View History

2015-11-04 22:33:21 +00:00
# Prints out path nicely
alias path='echo -e ${PATH//:/\\n}
alias libpath='echo -e ${LD_LIBRARY_PATH//:/\\n}'