mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-05 06:32:09 -07:00
@@ -457,7 +457,7 @@ make use of this feature. `$dir` defaults to `.` when the last token is not a
|
|||||||
valid directory. Example:
|
valid directory. Example:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
set -l FZF_CTRL_T_COMMAND "command find -L \$dir -type f 2> /dev/null | sed '1d; s#^\./##'"
|
set -g FZF_CTRL_T_COMMAND "command find -L \$dir -type f 2> /dev/null | sed '1d; s#^\./##'"
|
||||||
```
|
```
|
||||||
|
|
||||||
[License](LICENSE)
|
[License](LICENSE)
|
||||||
|
Reference in New Issue
Block a user