From d12918041f5609821e21b794198e2602e6018cab Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Tue, 19 Dec 2023 19:57:35 +0000 Subject: [PATCH] Changed pip-upgrade command for new pip version --- 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