dotfiles

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

commit 100dc7f0f8fd05300b679baecc3c3c1252e6db33
parent 6421b3f7534d2e1cd9b31921f7acf139086ecc1f
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Wed,  4 Jan 2023 19:22:24 -0500

Stop displaying files in HOME and XDG_CONFIG_HOME

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

diff --git a/.bashrc b/.bashrc @@ -62,10 +62,3 @@ stopwatch() { sleep 0.1 done } - -echo '$HOME' $(ls $HOME -A | wc -l) -ls $HOME -echo -echo '$XDG_CONFIG_HOME' $(ls $XDG_CONFIG_HOME -A | wc -l) -ls $XDG_CONFIG_HOME -echo