Skip to content

Commit bd86c71

Browse files
authored
fix pos arg in ffcd #973 followup (#974)
fix pos arg in ffcd
1 parent f79d5aa commit bd86c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Configs/.config/fish/functions/fzf/ffcd.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
function ffcd "Fuzzy search directories with respect to cwd"
1+
function ffcd -d "Fuzzy search directories with respect to cwd"
22
set initial_query
33
set max_depth 7
44
if set -q argv[1]

0 commit comments

Comments
 (0)