Add deprecated netstat alias

This commit is contained in:
flyingscorpio@arch-desktop 2020-06-07 11:49:18 +02:00
parent c547703cc4
commit c946e2423f

View file

@ -8,6 +8,7 @@ alias l='ls -CF'
alias ccat='highlight --out-format=ansi' # Color cat with syntax highlighting
alias vi='vim'
alias netstat='ss'
alias :q=' exit'
alias :x=' exit'