In my .bashrc I have ssh() { screen -t "${1...@}" ssh "$@"; } - this
opens a new screen window when I type "ssh server" from inside screen.
But if I try to ssh to any server from outside of screen, my bash gets
stuck and nothing happens.

Does anyone know how to get rid of this issue?

Thanks.


_______________________________________________
screen-users mailing list
screen-users@gnu.org
http://lists.gnu.org/mailman/listinfo/screen-users

Reply via email to