From 2a221d0667aebe02252cd842d20c663e2cb2e9d8 Mon Sep 17 00:00:00 2001 From: Anas Elgarhy Date: Fri, 21 Apr 2023 01:21:36 +0200 Subject: [PATCH] [update/shell] Add the init command for `github-copilot-cli --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index c2de4b9..4aa85bd 100644 --- a/.bashrc +++ b/.bashrc @@ -26,5 +26,6 @@ HISTFILE=~/.shell_history # Auto run echo "Don't worry I'm here for you <3" +eval "$(github-copilot-cli alias -- "$0")" # Setup the github-copilot-cli alias `??` # eval "$(starship init bash)" # eval "$(oh-my-posh init bash --config ~/.config/ohmyposh/1_shell.omp.json)"