From 44b89545d51d05c5b32f28f7fc7440d935995f85 Mon Sep 17 00:00:00 2001 From: Anas Elgarhy Date: Fri, 21 Apr 2023 01:21:45 +0200 Subject: [PATCH] [update/shell] Add the init command for `github-copilot-cli --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 5173a19..c6b00a5 100644 --- a/.zshrc +++ b/.zshrc @@ -115,5 +115,6 @@ LANG=en_US.UTF-8 # 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 zsh)" eval "$(oh-my-posh init zsh --config ~/.config/ohmyposh/1_shell.omp.json)"