From be88609c825e18201f240415fe74a31c1a789484 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 19 May 2021 18:00:16 -0400 Subject: Added git command; refactoring --- files/dmtool.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/dmtool.bash') diff --git a/files/dmtool.bash b/files/dmtool.bash index f683e05..8bbd673 100644 --- a/files/dmtool.bash +++ b/files/dmtool.bash @@ -81,7 +81,7 @@ _dmtool() { COMPREPLY=() local cur="${COMP_WORDS[COMP_CWORD]}" - local commands="ls cp mkdir mv rm attacks roll damage heal reset set edit add del spellcasting help" + local commands="ls cp mkdir mv rm attacks roll damage heal reset set edit add del spellcasting help git" if [[ $COMP_CWORD -gt 1 ]]; then local lastarg="${COMP_WORDS[$COMP_CWORD-1]}" case "${COMP_WORDS[1]}" in -- cgit v1.2.3