Add github copilot

This commit is contained in:
Jonny Barnes 2023-04-13 18:23:43 +01:00
parent 7f93cc9f2d
commit 9106aeac69
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8

View file

@ -137,6 +137,11 @@ export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
# Setup GitHub Copilot
if type github-copilot-cli > /dev/null; then
eval "$(github-copilot-cli alias -- "$0")"
fi
# Init the fuck
if type thefuck > /dev/null; then
eval "$(thefuck --alias)"