diff --git a/src/taskfile/devcontainer-feature.json b/src/taskfile/devcontainer-feature.json index 5013ddf..174b3a1 100644 --- a/src/taskfile/devcontainer-feature.json +++ b/src/taskfile/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "Taskfile", "id": "taskfile", - "version": "1.0.0", + "version": "1.0.1", "description": "Taskfile is a task runner / build tool that aims to be simpler and easier to use than, for example, GNU Make.", "installsAfter": ["ghcr.io/devcontainers/features/common-utils"] } \ No newline at end of file diff --git a/src/taskfile/install.sh b/src/taskfile/install.sh index 7643894..5f68be9 100755 --- a/src/taskfile/install.sh +++ b/src/taskfile/install.sh @@ -3,3 +3,5 @@ set -eax sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin +# Enable bash-completion for task +/usr/local/bin/task --completion bash | sudo tee /etc/bash_completion.d/task > /dev/null \ No newline at end of file