run-user-init ( -- )
Factor handbook » The implementation » Running code on startup » Startup initialization file


Vocabulary
command-line

Word description
Runs the startup initialization file in the user's home directory, unless the -no-user-init command line switch was given. This file is named .factor-rc.

Definition