dotfiles

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

commit 327b002d53150654ce66f238f412dba32318ff04
parent afe77b2be540fbe0ae241d18690b652ca3d261d6
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Mon,  3 Jun 2024 14:23:44 -0500

bash: removed completion for dotfiles

Diffstat:
M.bashrc | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/.bashrc b/.bashrc @@ -70,10 +70,6 @@ git() { fi } -[ -f /usr/share/bash-completion/completions/git ] && source /usr/share/bash-completion/completions/git -[ -f /data/data/com.termux/files/usr/share/bash-completion/completions/git ] && source /dataa/data/com.termux/files/usr/share/bash-completion/completions/git -__git_complete dotfiles __git_main - countdown() { start="$(($(date '+%s') + $1))" while [ $start -ge $(date +%s) ]; do