From: Thomas Walker Lynch Date: Fri, 7 Nov 2025 12:18:16 +0000 (+0000) Subject: disable builtin echo in favor of incommon echo X-Git-Url: https://git.reasoningtechnology.com/style/static/gitweb.js?a=commitdiff_plain;h=e1dbc10edff025803c8d142ad7f42024966bbdac;p=subu-incommon%2F.git disable builtin echo in favor of incommon echo --- diff --git a/library/bashrc b/library/bashrc index 09ac0e4..67a3e8e 100644 --- a/library/bashrc +++ b/library/bashrc @@ -37,13 +37,15 @@ if [[ "$user" == "Thomas-developer" ]]; then export REPO_DIR=$(home) fi +# export JAVA_HOME=/usr/lib/jvm/default-java +# export ANDROID_HOME=$HOME/android-sdk + incommon=/home/Thomas/subu_data/incommon/executable if [[ ":$PATH:" != *":$incommon:"* ]]; then export PATH="$incommon:$PATH" fi +enable -n echo # turn off bash’s builtin echo +hash -r # clear command cache (optional but nice) systemctl --user import-environment PATH -# export JAVA_HOME=/usr/lib/jvm/default-java -# export ANDROID_HOME=$HOME/android-sdk -