Skip to content

Commit

Permalink
fix(zsh): updated completion paths for task and poe.
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Jun 7, 2023
1 parent 6a23cf7 commit 97fd370
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chezmoi/.chezmoidata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ packages:
check_installed: command -v task &>/dev/null
current_version: $(task --version | awk '{print $3}')
latest_version: $(curl -s https://api.github.com/repos/go-task/task/releases/latest | grep 'tag_name' | cut -d'"' -f4)
completion_file: ${HOME}/.local/share/zsh/site-functions/_task
completion_file: ${HOME}/.oh-my-zsh/completions/_task
completion_url: https://raw.githubusercontent.com/go-task/task/main/completion/zsh/_task
scope: minimal
allow_upgrade: true
Expand Down Expand Up @@ -303,7 +303,7 @@ packages:
- name: poethepoet
pipx: true
check_installed: command -v poe &>/dev/null
completion_file: ${HOME}/.local/share/zsh/site-functions/_poe
completion_file: ${HOME}/.oh-my-zsh/completions/_poe
completion_cmd: poe _zsh_completion
scope: optional
allow_upgrade: false
Expand Down

0 comments on commit 97fd370

Please sign in to comment.