added treegrep
parent
acd43207c6
commit
f50fecfc93
4
.zshrc
4
.zshrc
|
|
@ -161,7 +161,6 @@ function gitf() {
|
||||||
git push
|
git push
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
alias icat="kitty +kitten icat"
|
alias icat="kitty +kitten icat"
|
||||||
alias cls="clear"
|
alias cls="clear"
|
||||||
alias c="cls"
|
alias c="cls"
|
||||||
|
|
@ -181,6 +180,9 @@ alias weather="curl https://wttr.in/"
|
||||||
alias lgrep="l | grep"
|
alias lgrep="l | grep"
|
||||||
alias lg="lgrep"
|
alias lg="lgrep"
|
||||||
|
|
||||||
|
alias treegrep="tree -fi | grep"
|
||||||
|
alias tg="treegrep"
|
||||||
|
|
||||||
alias v="nvim"
|
alias v="nvim"
|
||||||
|
|
||||||
function y() {
|
function y() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue