Commit graph

6 commits

Author SHA1 Message Date
Wenxuan Zhang 7174015f20
Revert "feat: auto enable completion for bash"
This reverts commit 56e3151870.
2024-02-06 11:44:25 +08:00
Wenxuan Zhang 56e3151870
feat: auto enable completion for bash
Signed-off-by: Wenxuan Zhang <wenxuangm@gmail.com>
2024-02-06 11:25:09 +08:00
Wenxuan Zhang 17f8815635
feat: auto enable completion for zsh
Signed-off-by: Wenxuan Zhang <wenxuangm@gmail.com>
2024-02-06 11:24:58 +08:00
sandr01d ec1bd21468
Added completions for zsh (#310) 2023-06-13 21:55:50 +02:00
Tim aa85792ec4
Add bash completions for forgit functions and aliases (#275)
When using forgit via the shell plugin, source 'git-forgit.bash'
explicitly after 'forgit.plugin.zsh' to enable tab completion for forgit
shell functions and aliases.
2023-01-30 17:46:52 +01:00
Tim 73aea65778
Add bash completions for git-forgit (#235)
When using forgit as a subcommand of git, put 'git-forgit.bash' in one
of the following places and it will be loaded automatically on tab
completion of 'git forgit' or any configured git aliases of it:

- /usr/share/bash-completion/completions
- ~/.local/share/bash-completion/completions
2023-01-11 10:57:16 +01:00