From be0087dd740a849c793d5053675e3984496cdaf4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 6 Nov 2016 14:32:49 +0100 Subject: Adding shortcuts for container commands to bash-completion as well. Signed-off-by: Daniel Baumann --- share/bash-completion/container | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/bash-completion/container b/share/bash-completion/container index f6434f8..4bff91c 100644 --- a/share/bash-completion/container +++ b/share/bash-completion/container @@ -122,7 +122,7 @@ _container() esac ;; - list) + list|ls) case "${cur}" in -*) opts="-a --all -f --format -h --host -o --other -s --started -t --stopped" @@ -148,7 +148,7 @@ _container() esac ;; - remove) + remove|rm) case "${cur}" in -*) opts="-n --name -f --force" -- cgit v1.2.3