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

This commit is contained in:
2019-04-30 22:54:22 +02:00
parent 615664d536
commit 15c552fe4e

4
bash_includes/mushy.sh Normal file
View File

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