dotfiles

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

commit 74c8168bed0aef7ec95645dc543ac587bd61aaf6
parent 649de0d21c5a31621731f1c56d2acda148a7cec6
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Sat,  4 May 2024 11:08:57 -0500

bash: termux sources bashrc only once

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

diff --git a/.bash_profile b/.bash_profile @@ -47,7 +47,7 @@ export TEXEDIT="${VISUAL:-$EDITOR} +%d %s" export MFEDIT="${VISUAL:-$EDITOR} +%d %s" export MPEDIT="${VISUAL:-$EDITOR} +%d %s" -source "$HOME"/.bashrc +[ -z $TERMUX_VERSION ] && source "$HOME"/.bashrc export PATH export LD_LIBRARY_PATH