Shell: Document all supported PROMPT flags
This commit is contained in:
parent
06debb1832
commit
15b675a804
Notes:
sideshowbarker
2024-07-18 21:42:37 +09:00
Author: https://github.com/BenWiederhake Commit: https://github.com/SerenityOS/serenity/commit/15b675a804c Pull-request: https://github.com/SerenityOS/serenity/pull/5645
1 changed files with 7 additions and 4 deletions
|
@ -40,10 +40,13 @@ Its default value is `~/.history`.
|
|||
`PROMPT` (environment)
|
||||
|
||||
The value of this variable is used to generate a prompt, the following escape sequences can be used literally inside the value, and they would expand to their respective values:
|
||||
- `\\u` : the current username
|
||||
- `\\h` : the current hostname
|
||||
- `\\w` : a collapsed path (relative to home) to the current directory
|
||||
- `\\p` : the string '$' (or '#' if the user is 'root')
|
||||
- `\\a`: bell character (behavior depends on terminal)
|
||||
- `\\e`: escape character (`0x1b`)
|
||||
- `\\h`: the current hostname
|
||||
- `\\p`: the string '$' (or '#' if the user is 'root')
|
||||
- `\\u`: the current username
|
||||
- `\\w`: a collapsed path (relative to home) to the current directory
|
||||
- `\\X`: reset style (foreground and background color, etc)
|
||||
|
||||
Any other escaped character shall be ignored.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue