aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 45cf8f6..c4ad2f8 100644
--- a/.bashrc
+++ b/.bashrc
@@ -57,6 +57,7 @@ hex() { hexdump -C "$1" | less; }
disasm() { objdump -drwC -Mintel "$1" | less; }
disasmc() { objdump -drwC -Mintel --visualize-jumps=color "$1" | less -r; }
ports() { sudo lsof -i -P -n | grep LISTEN; }
+com() { compgen -c | rg "$1"; }
# Settings
export PS1='[\W] '