From b8831c5e171f4249e4e7f125e2e476b608dd6f57 Mon Sep 17 00:00:00 2001 From: viktorbarzin Date: Tue, 1 Sep 2020 09:32:22 +0100 Subject: [PATCH] add svm alias --- .bash_aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_aliases b/.bash_aliases index ae0e73a..45555ff 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -512,4 +512,4 @@ function cephpw() { alias k8srole="ansible-playbook -i hosts.yaml linux.yml -e host='10.0.20.100' -t " alias wgon="wg-quick up ~/vpn-certs/viktor.conf" alias wgoff="wg-quick down ~/vpn-certs/viktor.conf" -alias svm="ssh viktorbarzin.sb.facebook.com tmux new -A -s main" +alias svm="et -c 'tmux new -A -s main' viktorbarzin.sb.facebook.com:8082"