mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-08-27 20:36:29 -04:00
Add initial man page and make help info wording more consistent
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user