Is there any way to use autocomplete on mac? #3374
Answered
by
JanDeDobbeleer
gwsbhqt
asked this question in
Troubleshoot
|
I know that autocomplete is not a function of ohmyposh. I can use psreadline on windows terminal, and zsh-autocomplete if i use ohmyzsh on mac. So if I use ohmyposh, do I need to mix it with ohmyzsh? Is there any way to use autocomplete on mac? |
Answered by
JanDeDobbeleer
Jan 18, 2023
Replies: 1 comment 2 replies
|
@gwsbhqt there are indeed a few options. The easiest is to use ohmyzsh, things are perfectly compatible. The other option is to source the completion scripts directly or use another plugin manager. This repo has some good options listed, might even be what you're looking for. |
2 replies
Answer selected by
gwsbhqt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@gwsbhqt there are indeed a few options. The easiest is to use ohmyzsh, things are perfectly compatible. The other option is to source the completion scripts directly or use another plugin manager. This repo has some good options listed, might even be what you're looking for.