diff options
| author | Fuwn <[email protected]> | 2021-05-10 16:42:18 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-10 16:42:18 -0700 |
| commit | 071aebdd4a4d6e19bdeb35592afb968e0dbbef8c (patch) | |
| tree | d02e6edea3c2f7e0951093c1dc86e22842304900 | |
| parent | feat(index): link card to configuration documentation (diff) | |
| download | site-071aebdd4a4d6e19bdeb35592afb968e0dbbef8c.tar.xz site-071aebdd4a4d6e19bdeb35592afb968e0dbbef8c.zip | |
feat(docs): whirl/configuration: add prompt configuration group
| -rw-r--r-- | docs/whirl/configuration.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/whirl/configuration.md b/docs/whirl/configuration.md index 4349866..a96ca4b 100644 --- a/docs/whirl/configuration.md +++ b/docs/whirl/configuration.md @@ -27,7 +27,11 @@ When connecting to a local server (client and host both originate from the same `0.0.0.0` or `127.0.0.1` is fine, however, if you are hosting a server publicly as service, this should be changed to the host's IP address. -## Prompt PS1 +### Prompt +#### Enable +Manually enable the Whirl Shell. + +#### PS1 Similar to a PS1 as seen in *nix-based operating systems, the Prompt String/ Statement One is the prompt string which will appear if you have the Whirl Shell enabled. |