From 602f91333f67cd06ddcace0047949f63568c8369 Mon Sep 17 00:00:00 2001 From: Kai Groner Date: Thu, 25 Apr 2019 11:20:09 -0400 Subject: [PATCH] Complete commands following `desk run NAME`. --- shell_plugins/bash/desk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }