From eff268192e17907be22a70ce7e83dd836f411648 Mon Sep 17 00:00:00 2001
From: Tristan Williams <tgwil@tgwil.net>
Date: Wed, 9 Oct 2024 23:07:29 -0400
Subject: Add bash completion to .bashrc

---
 home/.bashrc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/home/.bashrc b/home/.bashrc
index 2296561..b1f7ea4 100644
--- a/home/.bashrc
+++ b/home/.bashrc
@@ -6,3 +6,7 @@
 if [[ $- != *i* ]]; then
 	return
 fi
+
+## Bash completion
+[[ $PS1 && -f /usr/local/share/bash-completion/bash_completion.sh ]] \
+&& source /usr/local/share/bash-completion/bash_completion.sh
-- 
cgit v1.2.3