diff --git a/shell_plugins/bash/desk b/shell_plugins/bash/desk index aab9a95..ee7fe0c 100644 --- a/shell_plugins/bash/desk +++ b/shell_plugins/bash/desk @@ -24,7 +24,7 @@ _desk() { esac ;; *) - COMPREPLY=() + _command_offset 3 ;; esac }