1
0
Fork 0

Argh, forgot one find/replace :(

pull/959/head
Robbie Trencheny 9 years ago
parent 1f0dc54605
commit 19702f970f

@ -27,7 +27,7 @@ following style inside the `prompt_name_setup` function.
# %v - Node.js version. # %v - Node.js version.
# %f - Node.js fork (either node or iojs). # %f - Node.js fork (either node or iojs).
zstyle ':prezto:module:node:info:version' format 'version:%v' zstyle ':prezto:module:node:info:version' format 'version:%v'
zstyle ':prezto:module:node:info:version' format 'fork:%f' zstyle ':prezto:module:node:info:fork' format 'fork:%f'
Then add `$node_info[version]` and/or `$node_info[fork]` to either `$PROMPT` or `$RPROMPT` and call Then add `$node_info[version]` and/or `$node_info[fork]` to either `$PROMPT` or `$RPROMPT` and call
`node-info` in `prompt_name_preexec` hook function. `node-info` in `prompt_name_preexec` hook function.

Loading…
Cancel
Save