added alias look for lpipegrep

main
The_miro 2025-02-12 17:58:38 +01:00
parent 4b2a7d90fe
commit 10ba303a27
2 changed files with 4 additions and 0 deletions

View File

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

2
.zshrc
View File

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