3
1
I use conemu with cygwin to ssh on to various servers. I was wondering if there was a way to automatically rename the tab using the alias, so I know where I am.
I have tried creating a new tab from the CLI using sh --login -i -new_console:t"Test"
but I keep getting
sh: -w: invalid option.
If I could somehow automate one of these tasks using my .bashrc
alias or a setting with the application it would make a great tool even greater.
Thanks, D