Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
shrc — login shell startupDESCRIPTION
Interactive non-login shell sessions in sh(1) execute the commands in the shrc script upon startup, using the ENV environment variable with path expansion if set, and otherwise searching for the user's script at ~/.shrc, any system administrator provided script at /etc/shrc, or any operating system provided script at /etc/default/shrc, whichever exists first.ENVIRONMENT
- ENV
- File to execute on non-login interactive startup instead of searching the standard paths for the shrc script. This variable is subject to path expansion.
FILES
- ~/.shrc
- The user's shrc script.
- /etc/shrc
- The system administor provided shrc script.
- /etc/default/shrc
- The operating system provided shrc script.