update some zsh aliases

This commit is contained in:
Alexander Navarro 2023-10-25 14:27:50 -03:00
parent f8bc82e340
commit b3413bffdb
3 changed files with 8 additions and 2 deletions

View file

@ -48,3 +48,6 @@ help() {
"$@" --help 2>&1 | bathelp
}
fzf-jq() {
echo '' | fzf --print-query --preview="jq -r {q} <$@"
}