worked around termux's readlink returning /apex/com.android.runtime/bin/linker64 when reading /proc/<pid>/exe (2)
This commit is contained in:
parent
bd171fabc3
commit
e13852928f
1 changed files with 5 additions and 1 deletions
|
@ -1641,7 +1641,11 @@ run 'cut -c3- "$TMUX_CONF" | sh -s _apply_configuration'
|
|||
# tmux display "GitHub doesn't seem to be reachable, skipping installing and/or updating tpm and plugins..."
|
||||
# fi
|
||||
# else
|
||||
# tmux run -b "sleep \$((#{display-time} / 1000)) && '$TMUX_PROGRAM' set display-time 3000 \; display 'Cannot use tpm which assumes a globally installed tmux' \; set -u display-time"
|
||||
# if [ "$_tmux_version" -ge 3200 ]; then
|
||||
# tmux run -b "exec sh -c 'sleep \$((#{display-time} / 1000)) && \"$TMUX_PROGRAM\" display -N -d 3000 \"Cannot use tpm which assumes a globally installed tmux\"'"
|
||||
# else
|
||||
# tmux run -b "exec sh -c 'sleep \$((#{display-time} / 1000)) && \"$TMUX_PROGRAM\" set display-time 3000 \; display \"Cannot use tpm which assumes a globally installed tmux\" \; set -u display-time'"
|
||||
# fi
|
||||
# fi
|
||||
#
|
||||
# if [ "$_tmux_version" -gt 2600 ]; then
|
||||
|
|
Loading…
Reference in a new issue