Daniel Hahler
Daniel Hahler
For reference: https://github.com/neovim/unibilium/pull/3
Me also. kitty sets `$TERMINFO` (at least when using the development version), but it only contains its own entry for `xterm-kitty`. When you start tmux then from there, tmux uses...
@justinmk @jamessan Looks like we should fork this into the neovim org?
Ok. We have https://github.com/neovim/unibilium by now (added in February to https://github.com/neovim/neovim/wiki/Deps#forks by @justinmk). I've turned my patch into a PR there: https://github.com/neovim/unibilium/pull/2
Do I understand it correctly, that the variables are meant to be expanded also from the envdir's files contents / are variables meant to be substituted from other envdir files/variables?...
Thanks for the repost. NOTE: you are using pyenv apparently, and maybe even pyenv-virtualenvwrapper. So two additional failure points.
If you're using `pyenv`, why does `which python` not point at `~/.pyenv/shims/python`?
@hangtwenty Just a quick side offtopic note, I am using the following shell function to export envdirs (zsh): ``` envdir-export () { setopt extendedglob local envdir=$1 if ! [ -d...
@amitu Have you came up with something in this regard?
@amitu ping.