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]\$ '