Replies: 1 comment 4 replies
-
|
Try setting I was able to get it working using your config, see below. zinit-issue-757.mp4 |
Beta Was this translation helpful? Give feedback.
4 replies
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.
-
I'm recently switched from OMZ to oh-my-posh, but would like to keep the alias and completions provided by the OMZ
gitandcomposerplugins. On my Linux machine, my.zshrcfile looks like this:The aliases work (i.e. running
aliaseslists all the ones I'd expect from OMZ), but completions don't seem to work. Typinggswthen TAB to try and get a list of branches to switch to only pulls up the current directory listing (i.e. completion on the files, not git branches).What am I missing? I've tried adding
autoload -Uz compinit && compinitbefore loading the oh-my-posh prompt, but that doesn't seem to help.Beta Was this translation helpful? Give feedback.
All reactions