Commit 247fb8a
committed
fix: set WorkingDirectory in PowerShell Invoke-AtuinSearch
PowerShell's Set-Location (cd) doesn't update the process-level working
directory. When Invoke-AtuinSearch spawns atuin search via
System.Diagnostics.Process, the child process inherits a stale cwd,
causing directory filter mode to match against the wrong directory.
Fixes #33501 parent 2e3ad07 commit 247fb8a
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| 153 | + | |
| 154 | + | |
153 | 155 | | |
154 | 156 | | |
155 | 157 | | |
| |||
0 commit comments