diff options
Diffstat (limited to 'commands')
-rw-r--r-- | commands/msg/copy.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/msg/copy.go b/commands/msg/copy.go index 6bf33cd..8056e38 100644 --- a/commands/msg/copy.go +++ b/commands/msg/copy.go @@ -18,7 +18,7 @@ func init() { } func (_ Copy) Aliases() []string { - return []string{"copy"} + return []string{"cp", "copy"} } func (_ Copy) Complete(aerc *widgets.Aerc, args []string) []string { |