Open AAAatrox opened 1 month ago
@AAAatrox what is your default Terminal in Tabby, and do you have a $profile set in that terminal?
I tested and observed the same behavior you note. I have a profile in my default terminal (PowerShell) and the profile specifies the opening directory using Set-Location <folder>
. When I comment out this line, Tabby opens to the folder I specified.
Perhaps the solution to this is to change the Open Tabby Here arguments to include the -NoProfile argument, or to remove any specified locations in your profile
Version: 1.0.201 Platform: Windows x64 10.0.19045 Plugins: none Frontend: xterm-webgl
When I click
Open tabby here
in right click menu, tabby doesn't open a terminal in current directory.