From: martin f. krafft Date: Tue, 24 Mar 2020 02:04:51 +0000 (+1300) Subject: simplify special last command X-Git-Url: https://git.madduck.net/etc/tmux.git/commitdiff_plain/9979e20072b4abe8adaa4e269f011d5cce5f6297 simplify special last command --- diff --git a/.bin/tmux b/.bin/tmux index 3fc4b4f..30d3017 100755 --- a/.bin/tmux +++ b/.bin/tmux @@ -20,7 +20,7 @@ tmux_session_exists() { _tmux_eval_only=1 real_tmux has-session -t "$1" } -if [ "${1:-}" = --connect-to-last ]; then +if [ "${1:-}" = last ]; then shift if [ -f "$LASTSESSIONIDFILE" ]; then UUID="$(cat $LASTSESSIONIDFILE)"