diff options
Diffstat (limited to 'commands/z.go')
-rw-r--r-- | commands/z.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/z.go b/commands/z.go index 7b93b65d..a2363ae2 100644 --- a/commands/z.go +++ b/commands/z.go @@ -39,7 +39,7 @@ func (Zoxide) Aliases() []string { } func (*Zoxide) CompleteFolder(arg string) []string { - return GetFolders(arg) + return CompletePath(arg, true) } // Execute calls zoxide add and query and delegates actually changing the |