Changes for DWL on Arch

This commit is contained in:
2021-05-16 11:31:19 -07:00
parent bd28feb6b8
commit d2386bca8d
6 changed files with 175 additions and 5 deletions

View File

@@ -4,6 +4,8 @@
# If git-prompt does not exist, get it with following command:
#
# $ wget https://raw.github.com/git/git/master/contrib/completion/git-prompt.sh
[ -r /usr/share/bash-completion/completions/git ] && . /usr/share/bash-completion/completions/git
if [ -f /etc/bash_completion.d/git-prompt ]; then
source /etc/bash_completion.d/git-prompt
fi