Add initial packaging script (currently only for generating source PKGBUILD)

This commit is contained in:
2024-08-05 13:36:05 -04:00
parent a04b1b2eb9
commit 22117579db
4 changed files with 80 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
## Shell Completions Troubleshooting
[Shell completions are provided for ZSH, Bash, and PowerShell 7+](https://github.com/rwinkhart/MUTN/tree/main/completions).
### ZSH completions not working?
Make sure your ~/.zshrc contains the following (if sourcing from default completions location, usually `/usr/share/zsh/functions/Completion/Unix/_mutn`):
Make sure your ~/.zshrc contains the following (if sourcing from default completions location, usually `/usr/share/zsh/site-functions/_mutn`):
```shell
autoload -Uz compinit && compinit
```