run-bootstrap-init ( -- ) - Factor Documentation (original) (raw)

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

Vocabulary
command-line

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

Definition

IN: command-line

: run-bootstrap-init ( -- ) "~/.factor-boot-rc" try-user-init ;