diff --git a/plugins/path/path.plugin.zsh b/plugins/path/path.plugin.zsh new file mode 100644 index 000000000..7ce584772 --- /dev/null +++ b/plugins/path/path.plugin.zsh @@ -0,0 +1,3 @@ +# Prints out path nicely +alias path='echo -e ${PATH//:/\\n}' +alias libpath='echo -e ${LD_LIBRARY_PATH//:/\\n}'