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

Remove read arguments not available in zsh #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

daveFNbuck
Copy link
Contributor

zsh uses -k 1 instead of -n 1, so these are easy to fix. With -e, we can
get almost the same effect by just doing an echo afterward instead. For
the nickname prompt, we don't even need -e or echo as the user is
already entering a newline.

zsh uses -k 1 instead of -n 1, so these are easy to fix. With -e, we can
get almost the same effect by just doing an echo afterward instead. For
the nickname prompt, we don't even need -e or echo as the user is
already entering a newline.
@alanhoyle
Copy link

@daveFNbuck I recently moved over to zsh on my mac, and I get errors about compdef if I source hyperjump in my .zshrc. Any chance we can work together and merge your changes and my pull request #11 for the "jp/jump-push" into a unified tree, since @x0054 seems to not be interested?

@daveFNbuck
Copy link
Contributor Author

Sure, I can add my pull request if you make a fork.

@alanhoyle
Copy link

I have an existing fork here: https://github.com/alanhoyle/hyperjump

I'm not sure about the protocol for how to handle these things though.

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

Successfully merging this pull request may close these issues.

2 participants