From d6d5c7b6018b8bf1e567b09ec99a5c58edd913e9 Mon Sep 17 00:00:00 2001 From: Jan Philipp Timme Date: Thu, 29 Mar 2018 13:03:26 +0200 Subject: [PATCH] Add alias tcptest --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 3129df9..4f20047 100644 --- a/.bashrc +++ b/.bashrc @@ -12,6 +12,7 @@ alias ls='ls --color=auto' alias grep='grep --color=auto' alias digs='dig +short' alias diff='diff --color=auto' +alias tcptest='ncat -v -w 1' PS1='[\u@\h \W]\$ '