aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorYour Name <you@example.com>2021-05-19 18:00:16 -0400
committerYour Name <you@example.com>2021-05-19 18:00:16 -0400
commitbe88609c825e18201f240415fe74a31c1a789484 (patch)
tree8b051262fcd9e1388ba45f14369112d3d9fb0d52 /files
parent38e33d8756a5b652965be8ada478b5c4238b857c (diff)
downloaddmtool-be88609c825e18201f240415fe74a31c1a789484.tar.gz
dmtool-be88609c825e18201f240415fe74a31c1a789484.tar.bz2
dmtool-be88609c825e18201f240415fe74a31c1a789484.zip
Added git command; refactoring
Diffstat (limited to 'files')
-rw-r--r--files/dmtool.bash2
1 files changed, 1 insertions, 1 deletions
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