diff --git a/etc/config.sh/bash_completion b/etc/config.sh/bash_completion
index d52281e..af7d01b 100644
--- a/etc/config.sh/bash_completion
+++ b/etc/config.sh/bash_completion
@@ -5792,7 +5792,7 @@ _foamMonitor_ ()
     esac
     COMPREPLY=( $(compgen -W "${opts}" $extra -- ${cur}) )
 }
-complete -o nospace -F _foamMonitor_ foamMonitor
+complete -o filenames -o nospace -F _foamMonitor_ foamMonitor
 
 _foamNew_ ()
 {
