feat: zshrc tmux for termux
This commit is contained in:
parent
6e282c3e61
commit
110a2870a8
@ -14,6 +14,12 @@ then
|
|||||||
exec tmux -N -L "${USER}" new-session
|
exec tmux -N -L "${USER}" new-session
|
||||||
fi
|
fi
|
||||||
exec tmux -N -L "${USER}" new-session -A
|
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
|
fi
|
||||||
|
|
||||||
if [ -f "${ZDOTDIR}/sourcer" ]; then
|
if [ -f "${ZDOTDIR}/sourcer" ]; then
|
||||||
|
|||||||
@ -145,6 +145,7 @@ alias nfe='note fe'
|
|||||||
alias nfg='note fg'
|
alias nfg='note fg'
|
||||||
alias ng='note git'
|
alias ng='note git'
|
||||||
alias sn='mdpreview --browser --host localhost --port 0 "$(note --prefix)"'
|
alias sn='mdpreview --browser --host localhost --port 0 "$(note --prefix)"'
|
||||||
|
alias nr="trynafail note random"
|
||||||
|
|
||||||
|
|
||||||
# Cargo
|
# Cargo
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user