tmux-plugins / tmux-yank

Tmux plugin for copying to system clipboard. Works on OSX, Linux and Cygwin.
https://tmux-plugins.github.io/tmux-yank/
MIT License
2.71k stars 122 forks source link

KSH support for openbsd #124

Open epsilon-0 opened 5 years ago

epsilon-0 commented 5 years ago

Is it possible to have this on a POSIX compliant installation where it doesn't specifically use the BASH functions?

I am asking this as I am on a OpenBSD installation where the default shell is the KSH shell rather than BASH.

If this is too time consuming with not enough incentive please feel free to say so and close the issue, else a small guideline for how to do it would be nice as well.

Thanks a bunch.

bruno- commented 5 years ago

Hi, I think you only need to have bash installed on the system. bash does not need to be the default shell.

epsilon-0 commented 5 years ago

woah, ok I will try this out asap. Thanks a bunch!