# 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. | |
# We moved the file. | |
sed -i \ | |
-e '/^# Set up bash autocompletion.$/d' \ | |
-e '/^\. ~\/trunk\/src\/scripts\/bash_completion/d' \ | |
-e '/^\. ~\/chromiumos\/src\/scripts\/bash_completion/d' \ | |
-e '/^\. .*\/chromite\/sdk\/etc\/bash_completion.d\/cros/d' \ | |
/home/*/.bashrc 2>/dev/null || : |