Add initial man page and make help info wording more consistent

This commit is contained in:
2024-07-15 16:01:43 -04:00
parent 82b1e31e5b
commit 54d5d8bd0e
4 changed files with 172 additions and 22 deletions
+3 -3
View File
@@ -7,8 +7,8 @@ autoload -Uz compinit && compinit
```
...and then restart your shell.
***
### Bash completions not working?
Install your distribution's 'bash-completion' package or source the completion script manually.
### Bash completions not working?
Install your distribution's `bash-completion` package or source the completion script manually.
For most environments, manual sourcing means adding the following to your ~/.bashrc:
```shell
@@ -32,4 +32,4 @@ Currently, completions must be manually installed and sourced in your PowerShell
Set-PSReadlineKeyHandler -Key Tab -Function Complete # this line is optional; it makes tab completion function more similarly to Bash/ZSH
. <drive letter>:\path\to\mutn.ps1
```
...and then restart your shell.
...and then restart your shell.