Extract a zsh mixin

This commit is contained in:
Oliver Davies 2025-04-05 11:07:32 +01:00
parent 6635e80bbf
commit 094874946a
10 changed files with 100 additions and 94 deletions

View file

@ -0,0 +1,14 @@
{
A1 = "| awk '{print $1}'";
C = "| xclip -sel clip";
Fj = "| jq .";
Fy = "| yq .";
G = "| grep";
GH = "| grep HTTP";
Gi = "| grep -i";
H2 = "| head -n 20";
H = "| head";
L = "| less";
V = "| nvim -";
X = "| xargs -I1";
}