summaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 48dd32c..20e6670 100644
--- a/.bashrc
+++ b/.bashrc
@@ -17,3 +17,6 @@ alias g="git"
alias grep.lines='grep -rnw . -e'
alias sl="ls"
alias ls="ls -la"
+alias ..="cd .."
+alias f2b.ssh="sudo fail2ban-client status ssh"
+alias ports="sudo ss -atpu"