From 9b9d34a619f7521330cc43aa7207290f567cceba Mon Sep 17 00:00:00 2001 From: jon Date: Sun, 7 Aug 2022 14:32:29 -0500 Subject: [PATCH] added lg (ls+grep) alias --- bash/.bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/.bashrc b/bash/.bashrc index bd1f245..18e3617 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -30,6 +30,7 @@ alias ip='ip -c' alias s='sudo' alias df='sudo df -hT -x tmpfs -x devtmpfs' alias rsync='rsync --progress' +alias lg='ll | grep -i $0' bind 'set completion-ignore-case on' set bell-style none