]> git.huck.website - zshmux.git/commitdiff
Vim quick push
authorHuck Boles <huboles@protonmail.com>
Sun, 25 Sep 2022 02:27:35 +0000 (21:27 -0500)
committerHuck Boles <huboles@protonmail.com>
Sun, 25 Sep 2022 02:27:35 +0000 (21:27 -0500)
zshmux.zsh

index 2dc7b493efd1dd4a64127c7d85988e9a5d2da598..54ef7cd0de1be2c50fbc7cf71f03099c5bf32b06 100644 (file)
@@ -5,7 +5,7 @@ if [[ -z $TMUX ]]; then
         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 '\n\033[34;1mNo \033[33;1mtmux \033[34;1msessions active\n'
+        printf '\033[34;1mNo \033[33;1mtmux \033[34;1msessions active\n'
     fi
     printf '\033[34;1mAttach session?\033[0;m: [\033[35;1mname\033[0m] \033[37;2m(empty if none)\033[0m: '
     read session