dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README

commit 25a11dbb9d5c9baaea49190a3638e47a4d39848a
parent 27ffa4291624a7aa5329497abd5b9f45863631d8
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Sat,  8 Jan 2022 13:16:55 -0500

(fix) Fixed .bashrc error message in ubuntu

Diffstat:
Mhome/.bashrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/home/.bashrc b/home/.bashrc @@ -38,7 +38,7 @@ LESS_TERMCAP_ue=$'\E[0m' # reset underline PYTHONSTARTUP=${HOME}/.pythonrc.py -source /usr/share/git/completion/git-prompt.sh +[ -f /usr/share/git/completion/git-prompt.sh ] && source /usr/share/git/completion/git-prompt.sh #export GIT_PS1_SHOWCOLORHINTS=1 #export GIT_PS1_SHOWDIRTYSTATE=1 PS1='[\u@\h \W]$(__git_ps1) \$ '