From 6c46b217afd621fdacea7af012d0b23519c9e0e9 Mon Sep 17 00:00:00 2001 From: Gokcehan Date: Sun, 1 Aug 2021 17:06:04 +0300 Subject: [PATCH] add completion for dircache option --- complete.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/complete.go b/complete.go index 3f4d6b2..a3073d9 100644 --- a/complete.go +++ b/complete.go @@ -73,6 +73,9 @@ var ( "autoquit", "noautoquit", "autoquit!", + "dircache", + "nodircache", + "dircache!", "dircounts", "nodircounts", "dircounts!",