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