|
|
@@ -3,7 +3,7 @@ while true; do
|
|
|
tput civis;
|
|
|
items=("zsh" "alpha")
|
|
|
items+=("${(@f)$(tmux list-sessions -F '#S' 2> /dev/null | grep -v '^alpha$' | cat - <(echo 'beta\ngamma') | uniq | head -n 2)}")
|
|
|
- items+=("${(z)$($DOTFILES_DIR/.scripts/ssh_launch.zsh 2)}")
|
|
|
+ items+=("${(f)$($DOTFILES_DIR/.scripts/ssh_launch.zsh 2)}")
|
|
|
printf "\r\n"
|
|
|
printf " Welcome to \e[31m${TERM}\e[0m, \e[33m${USER}\e[0m@\e[33m${HOST}\e[0m.\n"
|
|
|
printf "\n"
|