From 1ab8c9b8f9d0da7c30c06aec2ac76ebebce4bac4 Mon Sep 17 00:00:00 2001 From: Francois Lesueur Date: Sun, 9 Feb 2020 17:49:53 +0100 Subject: [PATCH] adds milxc autocompletion in the vagrant image --- vagrant/files/provision.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vagrant/files/provision.sh b/vagrant/files/provision.sh index 443de4b..653fadc 100755 --- a/vagrant/files/provision.sh +++ b/vagrant/files/provision.sh @@ -75,5 +75,7 @@ cd mi-lxc # updates PATH with su echo "ALWAYS_SET_PATH yes" >> /etc/login.defs +# enable bash autocompletion +cp milxc-completion.bash /etc/bash_completion.d/ reboot