renamed look to lgrep (short: lg)

main
The_miro 2025-02-13 11:04:21 +01:00
parent 10ba303a27
commit 0c16a5676d
2 changed files with 4 additions and 2 deletions

View File

@ -45,7 +45,8 @@ alias serial="sudo tio -a latest"
alias t="wd"
alias look="l | grep"
alias lgrep="l | grep"
alias lg="lgrep"
function y() {
local tmp="$(mktemp -t "yazi-cwd.XXXXXX")" cwd

3
.zshrc
View File

@ -163,7 +163,8 @@ alias t="wd"
alias weather="curl https://wttr.in/"
alias look="l | grep"
alias lgrep="l | grep"
alias lg="lgrep"
function y() {
local tmp="$(mktemp -t "yazi-cwd.XXXXXX")" cwd