mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-15 10:48:38 +00:00
DOC: Reference .bashrc in terminal docs
This commit is contained in:
parent
31b6f48a2c
commit
957c74365c
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ Bsh loads its configuration from:
|
||||||
|
|
||||||
`/Library/bsh/bshrc`
|
`/Library/bsh/bshrc`
|
||||||
|
|
||||||
This file is similar to `.zshrc` and can define:
|
This file is similar to `.zshrc` or `.bashrc` and can define:
|
||||||
- `PATH` for command lookup
|
- `PATH` for command lookup
|
||||||
- `STARTUP` for interactive shell startup scripts
|
- `STARTUP` for interactive shell startup scripts
|
||||||
- `BOOT_SCRIPT` for a once-per-boot script
|
- `BOOT_SCRIPT` for a once-per-boot script
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue