HomeSetup Developer Handbook
Standard-Tools
Table of contents
Profile related functions
__hhs_activate_nvm
usage: __hhs_activate_nvm
Purpose
Lazy load helper function to initialize NVM for the terminal.
Returns
0 on success; non-zero otherwise.
Parameters
N/A
Examples
__hhs_activate_nvm
Output
Activating NVM app... OK
__hhs_activate_rvm
usage: __hhs_activate_rvm
Purpose
Lazy load helper function to initialize RVM for the terminal.
Returns
0 on success; non-zero otherwise.
Parameters
N/A
Examples
__hhs_activate_rvm
Output
Activating RVM app... OK
__hhs_activate_jenv
usage: __hhs_activate_jenv
Purpose
Lazy load helper function to initialize Jenv for the terminal.
Returns
0 on success; non-zero otherwise.
Parameters
N/A
Examples
__hhs_activate_jenv
Output
Activating JENV app... OK
__hhs_activate_docker
usage: __hhs_activate_docker
Purpose
Lazy load helper function to initialize Docker-Daemon for the terminal.
Returns
0 on success; non-zero otherwise.
Parameters
N/A
Examples
____hhs_activate_docker
Output
Activating Docker... OK