feat(shell): setup for GitHub Copilot CLI

This commit is contained in:
2023-04-21 15:00:37 +01:00
parent 43d8a4ad9f
commit 50b21937b3
3 changed files with 33 additions and 0 deletions

1
zshrc
View File

@@ -126,6 +126,7 @@ if [[ "$OSTYPE" == "linux"* ]]; then source "$DOTZSH/linux.zsh"; fi
# Utils
source "$DOTZSH/1password.zsh"
source "$DOTZSH/copilot.zsh"
source "$DOTZSH/emacs.zsh"
source "$DOTZSH/fzf.zsh"
source "$DOTZSH/less.zsh"