Create short function alias to use mosh+tmux at in one command
This commit is contained in:
parent
615664d536
commit
15c552fe4e
4
bash_includes/mushy.sh
Normal file
4
bash_includes/mushy.sh
Normal file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
alias moshy='function _moshy(){ mosh "$1" -- tmux at; };_moshy'
|
||||
|
Loading…
Reference in New Issue
Block a user