update some zsh aliases
This commit is contained in:
parent
f8bc82e340
commit
b3413bffdb
3 changed files with 8 additions and 2 deletions
|
|
@ -48,3 +48,6 @@ help() {
|
|||
"$@" --help 2>&1 | bathelp
|
||||
}
|
||||
|
||||
fzf-jq() {
|
||||
echo '' | fzf --print-query --preview="jq -r {q} <$@"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue