1

add lsgrep

This commit is contained in:
Evan Pratten 2023-01-11 11:10:36 -05:00
parent fd874d923f
commit 820af09784

View File

@ -9,6 +9,7 @@ alias wg-easykeys="wg genkey | tee >(wg pubkey)"
alias nvim-tmp="nvim $(mktemp)"
alias flush-dns="sudo systemd-resolve --flush-caches"
alias showsizes="du -h --max-depth=1"
alias lsgrep="ls | grep"
# WHOIS macros
alias whois-afrinic="whois -h whois.afrinic.net"