m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-17 07:43:39 -05:00

Update cmd.exe default command for relative paths (see https://github.com/junegunn/fzf/pull/1200#issuecomment-357839251)

Jan Edmund Lazo
2018-01-15 22:04:15 -05:00
parent a22b7e9448
commit 2e1c405c30

@@ -30,7 +30,7 @@ To use relative filepaths, set `FZF_DEFAULT_COMMAND` to any of the following and
- cmd.exe https://github.com/junegunn/fzf/pull/971#issuecomment-313971408
```dosbatch
cmd.exe /v:on/s/c "for /r %P in (*) do @(set _relpath=%P & echo !_relpath:%cd%\=!)"
cmd.exe /v:on/s/c "for /r %P in (*) do @(set _relpath=%P & echo !_relpath:%__cd__%=!)"
```
- powershell https://github.com/junegunn/fzf/issues/960
```dosbatch