1
0
Fork 0

Autocommitted updated scripts from mari-wovn

main
Mari 5 years ago
parent 93357db616
commit ae05a07846
  1. 2
      per-host/mari-wovn/.bash_aliases

@ -116,7 +116,7 @@ function _branch_completions() {
if [[ $COMP_CWORD -ne 1 ]]; then
return
fi
COMPREPLY+=($(compgen -W $(_list_feature_branches) "${COMP_WORDS[1]}"))
COMPREPLY+=($(compgen -W "$(_list_feature_branches)" "${COMP_WORDS[1]}"))
}
complete -F _branch_completions start_branch

Loading…
Cancel
Save