Skip to content

Bug: Installing CodeWhisperer broke my zsh setup #45

Discussion options

You must be logged in to vote

@mxstbr Hey! So incredibly sorry about this and sorry we're getting back to you so late here. I assume you have already fixed this...

It looks like you're using ohmyzsh but you're missing the only two required ohmyzsh settings. You need to add the following two lines to your dotfiles

export ZSH="$HOME/.oh-my-zsh"

[your ohmyzsh settings go here]

source $ZSH/oh-my-zsh.sh

I am not sure how we managed to wipe this. We've been doing this install for years and I haven't seen an issue in a while. Perhaps something happened with the CodeWhisperer transition. We will investigate.

Please let me know if you get this fixed so I can close this out. Hope you're well (and fun speaking with you on your…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@mxstbr
Comment options

Comment options

You must be logged in to vote
1 reply
@mxstbr
Comment options

Answer selected by mxstbr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment