Create short function alias to use mosh+tmux at in one command

This commit is contained in:
Johanna Dorothea Reichmann 2019-04-30 22:54:22 +02:00
parent 615664d536
commit 15c552fe4e
Signed by: transcaffeine
GPG Key ID: 03624C433676E465

4
bash_includes/mushy.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
alias moshy='function _moshy(){ mosh "$1" -- tmux at; };_moshy'