From 5c083d662c506cfe48fa1c3cd9d9608038fbdd6a Mon Sep 17 00:00:00 2001 From: Gal Szkolnik Date: Sun, 22 May 2022 23:52:45 -0400 Subject: [PATCH] Startup changes Upon stratup: + launch byobu if it exists + add terraform auto-completion to bash + display chezmoi changes --- dot_bashrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/dot_bashrc b/dot_bashrc index 842ad2c..6e84ad1 100644 --- a/dot_bashrc +++ b/dot_bashrc @@ -25,5 +25,3 @@ if [ -d ~/.sz.shrc.d ]; then done unset script_source fi - -complete -C /usr/bin/terraform terraform