Skip to content

Commit

Permalink
feat(dot_config/shrc): add GitHub Copilot alias
Browse files Browse the repository at this point in the history
This commit adds an alias for GitHub Copilot CLI in the dot_config/shrc/20-export.tmpl file.
  • Loading branch information
entelecheia committed Jun 29, 2023
1 parent 54501a2 commit 2d5ae66
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chezmoi/dot_config/shrc/20-export.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,7 @@ fi
if command -v fig >/dev/null 2>&1 && [ -d "${HOME}/.fig/bin" ]; then
export PATH="${HOME}/.fig/bin:${PATH}"
fi

if command -v github-copilot-cli >/dev/null 2>&1; then
eval "$(github-copilot-cli alias -- "$0")"
fi

0 comments on commit 2d5ae66

Please sign in to comment.