Skip to content

Commit ee837f2

Browse files
litojfaho
authored andcommitted
feat: adb completion cleared of awk
1 parent 4f3e7dd commit ee837f2

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
@@ -74,7 +74,7 @@ function __fish_adb_list_files
7474
end
7575

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

0 commit comments

Comments
 (0)