Skip to content

Commit 9108c71

Browse files
committed
refactor(zshrc): remove docker and copilot cli configurations
1 parent 1469810 commit 9108c71

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.zshrc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,6 @@ complete -o nospace -C /opt/homebrew/bin/terraform terraform
9292
# go
9393
export PATH=$HOME/go/bin:$PATH
9494

95-
# docker desktop
96-
if _file_exists "$HOME/.docker/init-zsh.sh"; then source "$HOME/.docker/init-zsh.sh"; fi
97-
98-
# github copilot cli
99-
if _cmd_exists github-copilot-cli; then eval "$(github-copilot-cli alias -- "$0")"; fi
100-
10195
# curl
10296
export PATH=/opt/homebrew/opt/curl/bin:$PATH
10397

@@ -199,4 +193,3 @@ fpath=($HOME/.docker/completions $fpath)
199193
autoload -Uz compinit
200194
compinit
201195
# End of Docker CLI completions
202-

0 commit comments

Comments
 (0)