diff options
author | Michael Muré <batolettre@gmail.com> | 2022-05-31 19:44:53 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2022-05-31 19:44:53 +0200 |
commit | c732a18ac2b6ea3d09e5c72660ffcf9687ebb9db (patch) | |
tree | 8c8eedcf02c5a86222c62b16ccb8e27fd6b464b0 /README.md | |
parent | 650c11dcb68bfe00e2d399c5e1d337cae9c1bfeb (diff) | |
download | git-bug-c732a18ac2b6ea3d09e5c72660ffcf9687ebb9db.tar.gz |
misc: move all completions in a dedicated folder
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -272,9 +272,7 @@ Interested by how it works ? Have a look at the [data model](doc/model.md) and t ## Misc -- [Bash completion](misc/bash_completion) -- [Zsh completion](misc/zsh_completion) -- [PowerShell completion](misc/powershell_completion) +- [Bash, Zsh, fish, powershell completion](misc/completion) - [ManPages](doc/man) ## Planned features |