Oh My ZSH integration #674
-
What do you want?Hi, i want this to be integrated into Oh My ZSH shell: https://ohmyz.sh/ Why do you want this?This really makes my life easier since it helps not only finding the history easier but also finding directory easy as well and integration on Oh My ZSH will this make much more streamlined for oh my zsh users. Who else would benefit from this?Everything, The possibilites are endless and hundreds and thausaids of hours will be saved. How should it work?This should work as seemless when integrated as plugin into oh my zsh shell. Given the following situation: When I perform the following steps: then you add this in the -zshrc: Then I expect the following to happen: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
This already works for me with oh-my-zsh. I just ran this command and I could use it in plugins: git clone https://github.com/marlonrichert/zsh-autocomplete.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autocomplete |
Beta Was this translation helpful? Give feedback.
-
This should be part of the README's installation instructions. |
Beta Was this translation helpful? Give feedback.
-
That was already purposed and rejected by the maintainer... |
Beta Was this translation helpful? Give feedback.
This already works for me with oh-my-zsh. I just ran this command and I could use it in plugins:
git clone https://github.com/marlonrichert/zsh-autocomplete.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autocomplete