1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-05 12:48:42 +02:00
Files
github.com_openSUSE_osc/contrib/git-obs-complete.zsh
Daniel Mach dfdad97ea1 Fix completion causing exiting shell in some cases
Calling 'exit 0' turned to be quite aggresive and caused exiting shell in some cases
2025-06-24 08:34:16 +02:00

3 lines
113 B
Bash

[ -x '/usr/bin/register-python-argcomplete' ] && \
eval "$(register-python-argcomplete --shell zsh git-obs)"