Support request: alias for "q" is overwritten by ~/.local/bin/cw init zsh post --rcfile zshrc
#136
Unanswered
takkyun
asked this question in
Support ticket
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Checks
cw doctor
in the affected command line session and it didn't resolve my issuecw restart
and it didn't resolve my issueExpected behaviour
I would like to keep my alias configuration as follows:
Actual behaviour
I am using zsh and have personally set up an alias
q
for my convenience. Upon installing CodeWhisperer for command line, I noticed that it configures an alias forq
as follows:This overrides my personal setting.
Steps to reproduce
To address this, I modified my
.zshrc
file like so:However, upon running
cw doctor
, I found that it rewrites the configuration to:Thus, it seems to overwrite my alias for
q
once again. Could you please advise on how I can maintain myq
alias without it being overwritten by CodeWhisperer's configurations?Environment
No response
Beta Was this translation helpful? Give feedback.
All reactions