davidjrice / prezto_powerline

Powerline-esque theme for Prezto ZSH
117 stars 31 forks source link

Display version of what is specified in ~/.zpreztorc #15

Open hnoson opened 6 years ago

hnoson commented 6 years ago

Display output of a command specified in ~/.zpreztorc. For example, the following line displays node version at rprompt.

zstyle ':prezto:module:prompt:powerline:versioninfo:' command 'nvm version'

If this property is empty, anything isn't shown at rprompt.

If this commit is merged, Close #14 Close #5 Close #10