Skip to content

Commit 6eddaa3

Browse files
committed
Revert "feat: adb completion cleared of awk"
It's broken, see fish-shell#10184 and doesn't really help I don't think. This reverts commit ee837f2.
1 parent b75e5ee commit 6eddaa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/completions/adb.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function __fish_adb_list_files
7373
end
7474

7575
# Return list of directories suffixed with '/'
76-
__fish_adb_run_command find -H "$token*" -maxdepth 0 -type d 2\>/dev/null | string -r '$' /
76+
__fish_adb_run_command find -H "$token*" -maxdepth 0 -type d 2\>/dev/null | awk '{print $0"/"}'
7777
# Return list of files
7878
__fish_adb_run_command find -H "$token*" -maxdepth 0 -type f 2\>/dev/null
7979
end

0 commit comments

Comments
 (0)