0
0
فهرست منبع

fix(zsh): fix launch script line handling

Joe 1 ماه پیش
والد
کامیت
7d84c00d1c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .scripts/terminal_launch.zsh

+ 1 - 1
.scripts/terminal_launch.zsh

@@ -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"