zsh-users / zsh-syntax-highlighting

Fish shell like syntax highlighting for Zsh.
github.com/zsh-users/zsh-syntax-highlighting
BSD 3-Clause "New" or "Revised" License
19.55k stars 1.32k forks source link

In termux on android it needs to be manually sourced #901

Closed zabeiua closed 1 year ago

zabeiua commented 1 year ago

I've got the the same setup on ubuntu, debian and 2 termuxes. It works as expected on ubuntu and debian, but in termux i need to have 'alias sou="source ~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" ' and "sou" in every tmux pane...

danielshahaf commented 1 year ago

So you have a file that contains a line of the form alias sou="…"? Delete from that line everything except the part within double quotes.

danielshahaf commented 1 year ago

If that doesn't work, ask on the termux support channels. Good luck.