mirror of
https://github.com/sorin-ionescu/prezto.git
synced 2025-01-23 11:12:15 +08:00
Merge 4fa4d5e482
into 6e564503f1
This commit is contained in:
commit
8462646133
@ -38,8 +38,14 @@ if [[ -z "$TMUX" && -z "$EMACS" && -z "$VIM" && -z "$INSIDE_EMACS" && -z "$VSCOD
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Attach to the 'prezto' session or to the last session used. (detach first)
|
# Attach to the 'prezto' session or to the last session used. (detach first)
|
||||||
|
if (( $+commands[termux-info] )); then
|
||||||
|
# Simlate exec on Termux
|
||||||
|
tmux -f "$tmux_config" $_tmux_iterm_integration attach-session -d
|
||||||
|
exit "$?"
|
||||||
|
else
|
||||||
exec tmux $_tmux_iterm_integration attach-session -d
|
exec tmux $_tmux_iterm_integration attach-session -d
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
#
|
#
|
||||||
# Aliases
|
# Aliases
|
||||||
|
Loading…
Reference in New Issue
Block a user