added treegrep
parent
acd43207c6
commit
f50fecfc93
4
.zshrc
4
.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() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue