We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cd
1 parent 097a402 commit f722a8bCopy full SHA for f722a8b
completions/xdg-mime
@@ -4,7 +4,7 @@ _xdg_mime_mimetype()
4
{
5
local d i
6
for d in /usr/share/mime /usr/local/share/mime; do
7
- command cd /usr/share/mime 2>/dev/null || continue
+ command cd $d 2>/dev/null || continue
8
trap "command cd - &>/dev/null" RETURN
9
_filedir xml
10
for i in ${!COMPREPLY[*]}; do
0 commit comments