Skip to content

Commit

Permalink
Fix typo in xdg-mime completion functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurtis Rader committed Aug 17, 2017
1 parent 2761cf1 commit 4b51e0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -35,6 +35,7 @@
- `snap` (#4215)
- Improved completions for:
- `composer` (#4295)
- `xdg-mime` (#4333)

---

Expand Down
2 changes: 1 addition & 1 deletion share/functions/__fish_print_xdg_mimetypes.fish
@@ -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

0 comments on commit 4b51e0f

Please sign in to comment.