From c77a02f4c3526387f7d45076f2219f44062dc3af Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Tue, 03 Oct 2023 03:29:49 +0000
Subject: [PATCH] Added ble.sh for bash completions

---
 bash/bashrc |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/bash/bashrc b/bash/bashrc
index 3299c72..875fd74 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -2,6 +2,10 @@
 PS1="[\u@\h \W]\$ "
 PROMPT_COMMAND=${PROMPT_COMMAND:+$PROMPT_COMMAND; }'printf "\033]0;%s@%s:%s\007" "${USER}" "${HOSTNAME%%.*}" "${PWD/#$HOME/\~}"'
 
+# Common completions
 source ~/.commonshell
 [ -r /usr/share/doc/pkgfile/command-not-found.bash ] && source /usr/share/doc/pkgfile/command-not-found.bash
 [ -r /usr/share/bash-completion/bash_completion   ] && . /usr/share/bash-completion/bash_completion
+
+# Ble.sh for syntax highlighting and shell completion
+[ -r ${HOME}/.ble.sh ] && source ${HOME}/.ble.sh

--
Gitblit v1.9.3