feat: zshrc tmux for termux

This commit is contained in:
thek4n 2026-05-20 19:51:37 +03:00
parent 6e282c3e61
commit 110a2870a8
2 changed files with 7 additions and 0 deletions

View File

@ -14,6 +14,12 @@ then
exec tmux -N -L "${USER}" new-session
fi
exec tmux -N -L "${USER}" new-session -A
elif \
[ -n "${TERMUX_VERSION}" ] && \
command -v tmux &>/dev/null && \
[ -z "${TMUX}" ]
then
exec tmux new-session
fi
if [ -f "${ZDOTDIR}/sourcer" ]; then

View File

@ -145,6 +145,7 @@ alias nfe='note fe'
alias nfg='note fg'
alias ng='note git'
alias sn='mdpreview --browser --host localhost --port 0 "$(note --prefix)"'
alias nr="trynafail note random"
# Cargo