diff options
Diffstat (limited to 'docs')
| -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. |