owl

Results 3 comments of owl

Automatically Sync Terminal Folder (F9) can only work when use bash fish or zsh doesn't work

> Automatically Sync Terminal Folder (F9) can only work when use bash fish or zsh doesn't work it worked when use fish ~/.config/fish/config.fish ``` function __tabby_working_directory_reporting --on-event fish_prompt echo -en...

linux: "code-runner.executorMap": { "python": "export PYTHONPATH=$workspaceRoot && $pythonPath -u `$fullFileName" } windows: "code-runner.executorMap": { "python": "set PYTHONPATH=$workspaceRoot && $pythonPath -u `$fullFileName" }