Browse Source

bash: git: Временно отключено дополнение текста коммитов

Maxim Likhachev 5 years ago
parent
commit
9e17b27716
  1. 4
      etc/shell/bash/bash_completion_custom

4
etc/shell/bash/bash_completion_custom

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
#!/bin/bash #########################
#
# Изменён: Ср 05 фев 2020 14:10:12
# Изменён: Ср 05 фев 2020 14:38:27
#
#complete <что дополнять> <программа>
@ -102,5 +102,5 @@ _git-commit () { @@ -102,5 +102,5 @@ _git-commit () {
fi
}
complete -F _git-commit git g
#complete -c _git-commit git g

Loading…
Cancel
Save