chore(global): sync termux branch with main branch

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
This commit is contained in:
Andrei Jiroh Halili 2024-08-13 09:29:16 +08:00
parent add93e3ec0
commit 271e12477c
No known key found for this signature in database
GPG key ID: 67BFC91B3DA12BE8
8 changed files with 202 additions and 25 deletions

View file

@ -19,7 +19,7 @@ if [ -d "$HOME/.local/bin" ] ; then
PATH="$HOME/.local/bin:$PATH"
fi
export PATH="/usr/local/bin:$HOME/.local/bin:$HOME/bin${PATH:+:}$PATH:$HOME/.local/share/JetBrains/Toolbox/scripts" # ~vern specifics and more
#export PATH="/usr/local/bin:$HOME/.local/bin:$HOME/bin${PATH:+:}$PATH:$HOME/.local/share/JetBrains/Toolbox/scripts" # ~vern specifics and more
mesg n 2> /dev/null || true
# then import the rest
@ -59,5 +59,6 @@ then
fi
##########################################################################################
if [[ $FF_BYOBU_ON_LOGIN != "" ]]; then
if [[ $FF_BYOBU_ON_LOGIN == "true" ]]; then
_byobu_sourced=1 . /data/data/com.termux/files/usr/bin/byobu-launch 2>/dev/null || true
fi