added lg (ls+grep) alias

This commit is contained in:
jon
2022-08-07 14:32:29 -05:00
parent 4a195b21b9
commit 9b9d34a619

View File

@@ -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