aboutsummaryrefslogtreecommitdiffstats
path: root/commands/z.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/z.go')
-rw-r--r--commands/z.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/z.go b/commands/z.go
index ef26ae9c..493e36ff 100644
--- a/commands/z.go
+++ b/commands/z.go
@@ -34,6 +34,10 @@ func init() {
}
}
+func (Zoxide) Description() string {
+ return "Change aerc's current working directory using zoxide."
+}
+
func (Zoxide) Context() CommandContext {
return GLOBAL
}