dotfiles

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

commit 13810d6e35d6b77d69b8663908b771acf1fad9bc
parent 76ec25bf03d9bba275141cbdce4354a1db713f9b
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Wed,  1 May 2024 22:39:07 -0500

bash: fixed config -> dotfiles

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

diff --git a/.bashrc b/.bashrc @@ -49,7 +49,7 @@ man() { [ -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 config __git_main +__git_complete dotfiles __git_main countdown() { start="$(($(date '+%s') + $1))"