added treegrep

main
The_miro 2025-03-20 12:25:54 +01:00
parent acd43207c6
commit f50fecfc93
1 changed files with 3 additions and 1 deletions

4
.zshrc
View File

@ -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() {