railsware / upterm

A terminal emulator for the 21st century.
MIT License
19.24k stars 618 forks source link

conflicts with zsh #600

Open ccorcos opened 8 years ago

ccorcos commented 8 years ago

image

image

danielbayley commented 8 years ago

print command doesn’t work either…

> which print
print: shell built-in command
> print
Black Screen: command "print" not found.
kevgathuku commented 8 years ago

I can confirm the above behaviour. Custom shell commands defined in ~/.zshrc don't work. Also getting the following error on zsh when trying to attach a tmux session, not sure if it's related or not: Black Screen: command "_zsh_tmux_plugin_run" not found.

jmolero commented 7 years ago

A workaround I found is to execute zsh and then tmux. But then you lose upterm's autocompletion and other features.

ganziqim commented 6 years ago

Have the same issue when creates a new tmux session.

Upterm: command "_zsh_tmux_plugin_run" not found.