From f50fecfc932bf40be15c830237516cda19fbcf67 Mon Sep 17 00:00:00 2001 From: The_miro Date: Thu, 20 Mar 2025 12:25:54 +0100 Subject: [PATCH] added treegrep --- .zshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index be0f40d..2662bf3 100755 --- a/.zshrc +++ b/.zshrc @@ -161,7 +161,6 @@ function gitf() { git push fi } - alias icat="kitty +kitten icat" alias cls="clear" alias c="cls" @@ -181,6 +180,9 @@ alias weather="curl https://wttr.in/" alias lgrep="l | grep" alias lg="lgrep" +alias treegrep="tree -fi | grep" +alias tg="treegrep" + alias v="nvim" function y() {