# Copyright 2021 The Chromium OS Authors. All rights reserved. | |
# Use of this source code is governed by a BSD-style license that can be | |
# found in the LICENSE file. | |
# Remove file generated by the activate-global-python-argcomplete command. | |
sudo rm -f \ | |
/mnt/host/source/chromite/sdk/etc/bash_completion.d/python-argcomplete.sh | |
# Cleanup command from .bash_profile. | |
sed -i \ | |
-e '/^activate-global-python-argcomplete/d' \ | |
/home/*/.bash_profile 2>/dev/null || : |