mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 03:51:14 -03:00
Fix typo in xdg-mime completion functions
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
function __fish_print_xdg_mimetypes --description 'Print XDG mime types'
|
||||
cat {__fish_print_xdg_applications_directories}/mimeinfo.cache ^/dev/null | string match -v '[MIME Cache]' | string replace = \t
|
||||
cat (__fish_print_xdg_applications_directories)/mimeinfo.cache ^/dev/null | string match -v '[MIME Cache]' | string replace = \t
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user