Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autoload script #22

Closed
shehzan10 opened this issue Aug 15, 2013 · 3 comments
Closed

Autoload script #22

shehzan10 opened this issue Aug 15, 2013 · 3 comments

Comments

@shehzan10
Copy link

Hi.
Thanks for this code. Its fantastic.
I am a little new to zsh. One thing I noticed is that adding the commands in the readme to .zshrc does not auto load the substring search each time I open a new shell terminal.
Can you tell me how I could get it to load automatically?
Thanks!

@sunaku
Copy link
Member

sunaku commented Aug 17, 2013

That is strange. Could you show me the part of your .zshrc that loads this script?

In general, commands added to your ~/.zshrc file should run on every new shell. For example, try this:

echo 'echo this works' >> ~/.zshrc

Then open some new shells and you should see "this works" being printed to your terminal.

@sunaku
Copy link
Member

sunaku commented Aug 28, 2013

Closing due to lack of response. 👮 Please reopen if you have something to add. 😅

@sunaku sunaku closed this as completed Aug 28, 2013
@dmdque
Copy link

dmdque commented Oct 5, 2016

I experienced the same issue but found a fix to my problem. The bindings must be set after set -o vi.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants