[READ-ONLY] Mirror of https://github.com/mrgnw/dotfiles. My shell customizations - aliases, functions, and themes.
dotfiles shell zinit zsh
0

Configure Feed

Select the types of activity you want to include in your feed.

dotfiles / data.zsh
123 B 7 lines
1alias duck='duckdb' 2alias pb='pocketbase' 3 4jsonl(){ 5 local selector="${2:-.[]}" 6 jq -c "$selector" "$1" > "$1:r".jsonl 7}