From 820af097843bb9ba5fe2190879fef70e8813bfa0 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Wed, 11 Jan 2023 11:10:36 -0500 Subject: [PATCH] add lsgrep --- configs/zsh/macros.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/zsh/macros.sh b/configs/zsh/macros.sh index b172e61..3969e84 100644 --- a/configs/zsh/macros.sh +++ b/configs/zsh/macros.sh @@ -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"