Re: Conflict between tmux and cygwin

2024-12-06 Thread Federico Kircheis via Cygwin
On 7 December 2024 02:48:50 UTC, Keith Thompson wrote: >It's not really a tmux issue. You can demonstrate it just by invoking >a shell. > >For example, if you "cd /tmp" and then invoke a new shell with >"bash -l", the code in /etc/profile will cd to your home directory. >(This doesn't happen on U

Re: Conflict between tmux and cygwin

2024-12-06 Thread Keith Thompson via Cygwin
It's not really a tmux issue. You can demonstrate it just by invoking a shell. For example, if you "cd /tmp" and then invoke a new shell with "bash -l", the code in /etc/profile will cd to your home directory. (This doesn't happen on Ubuntu, for example, which has a different /etc/profile.) But i

Conflict between tmux and cygwin

2024-12-05 Thread Federico Kircheis via Cygwin
It seems there is a conflict betwene some tmux functionalities and cygwin. In tmux it is possible to open a new windows with "tmux new-window -c $NEW_WD", the new shell should be located at "$NEW_WD", but it seems not to work with cygwin; th new shell is always openeed at ~ I thought I had