Skip to content

Remove read arguments not available in zsh#12

Open
daveFNbuck wants to merge 1 commit into
x0054:masterfrom
daveFNbuck:zsh_support
Open

Remove read arguments not available in zsh#12
daveFNbuck wants to merge 1 commit into
x0054:masterfrom
daveFNbuck:zsh_support

Conversation

@daveFNbuck

Copy link
Copy Markdown
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
Copy Markdown

@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
Copy Markdown
Contributor Author

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

@alanhoyle

Copy link
Copy Markdown

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