Skip to content

Commit

Permalink
add: copilot cli
Browse files Browse the repository at this point in the history
  • Loading branch information
phalanx-hk committed Mar 22, 2024
1 parent 0416565 commit 44c45e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion config/zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ eval "$(sheldon source)"
# pyenv
eval "$(pyenv init -)"

# rye
source "$HOME/.rye/env"

setopt AUTO_CD
setopt AUTO_PARAM_KEYS
setopt nonomatch
Expand All @@ -20,4 +23,7 @@ alias act='act --container-architecture linux/amd64'

export GPG_TTY=$(tty)
export HISTSIZE=10000
export SAVEHIST=10000
export SAVEHIST=10000

. "$HOME/.cargo/env"
eval "$(gh copilot alias -- zsh)"
1 change: 1 addition & 0 deletions install/common/gh_extension.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ install_gh_extension() {
gh extension install yusukebe/gh-markdown-preview
gh extension install seachicken/gh-poi
gh extension install mislav/gh-cp
gh extension install github/gh-copilot
}

function main() {
Expand Down

0 comments on commit 44c45e0

Please sign in to comment.