nix-config/modules/mixins/zsh/global-abbreviations.nix

15 lines
246 B
Nix
Raw Normal View History

2025-03-31 09:47:38 +01:00
{
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";
}