Add github copilot
This commit is contained in:
parent
7f93cc9f2d
commit
9106aeac69
1 changed files with 5 additions and 0 deletions
|
@ -137,6 +137,11 @@ export NVM_DIR="$HOME/.nvm"
|
||||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads 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
|
[ -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
|
# Init the fuck
|
||||||
if type thefuck > /dev/null; then
|
if type thefuck > /dev/null; then
|
||||||
eval "$(thefuck --alias)"
|
eval "$(thefuck --alias)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue