From ecb56ad18d9818d8c25ead7a3c1afedd464127e0 Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Wed, 14 Nov 2018 10:39:33 +0100 Subject: [PATCH] add new ssh alias for ths --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index 4b46f0c..36e47d0 100644 --- a/zshrc +++ b/zshrc @@ -327,3 +327,4 @@ alias atp="~/.config/playercount.py" alias mongo="LD_PRELOAD=/home/cip/2013/ik15ydit/libyaml-cpp.so.0.5 ~/mongo github" alias players='~/trash/test/test.py' alias cleanhistory="awk '{if (a[$0] < NR || a[$0] == 0){a[$0]=NR}}END{for (i in a){print a[i] " " i}}' file | sort -n | cut 1" +alias ths="ssh root@ths.atlantishq.de"