m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-16 07:13:48 -05:00

Fix FZF_CTRL_T_COMMAND example for fish

See #944
This commit is contained in:
Junegunn Choi
2017-06-23 01:50:45 +09:00
parent 0c66521b23
commit faedae708e

View File

@@ -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)