From: Huck Boles Date: Sun, 25 Sep 2022 01:09:52 +0000 (-0500) Subject: Vim quick push X-Git-Tag: v1.0~8 X-Git-Url: https://git.huck.website/?a=commitdiff_plain;h=c3cf8ab927b1d18bc9eda6b43f187642e373c235;p=zshmux.git Vim quick push --- diff --git a/zshmux.zsh b/zshmux.zsh index 68b14d3..59bc47a 100644 --- a/zshmux.zsh +++ b/zshmux.zsh @@ -2,12 +2,12 @@ if [[ -z $TMUX ]]; then if tmux list-sessions &> /dev/null ; then - printf 'Current tmux sessions:\n' + printf '\033[32;1mCurrent \033[33;1mtmux \033[32;1msessions\033[0m:\n' tmux list-sessions -F"#S - (#{?session_attached,Attached,Not Attached})" else - printf '\nNo tmux sessions active\n' + printf '\n\033[34;1mNo \033[33;1mtmux \033[34;1msessions active\n' fi - printf 'Attach session?: [name] (empty if none): ' + printf '\033[34;1mAttach session?\033[0;m: [\033[35;1mname\033[0m] \033[37;2m(empty if none)\033[0m: ' read response if [ -n "$response" ]; then if tmux list-sessions | grep -q "$response"; then