From 144af00bed6181886a997d587f2bc70c604be3f3 Mon Sep 17 00:00:00 2001 From: Abra Date: Sat, 9 Sep 2017 11:11:14 +0400 Subject: [PATCH] tmuxr --- .zprezto/runcoms/zalias | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zprezto/runcoms/zalias b/.zprezto/runcoms/zalias index 06607ae..7715f0c 100644 --- a/.zprezto/runcoms/zalias +++ b/.zprezto/runcoms/zalias @@ -52,6 +52,9 @@ alias -g LATEST='*(om[1])' #alias revs="ssh abra0 'tail -f -n0 ~/reverse_shell' | tee -a .rem_history| zsh -s" #alias nika_pop="echo \"afplay ~/tmp/nika.mp3\" > ~/reverse_shell" +# remote tmux on server +alias tmuxr="tmux new -ADs mosh-session" + function publish() { rsyncc $@ "dedi:/var/www/abra.me/list/" }