This commit is contained in:
parent
a0575bdb2a
commit
703bf836de
210 changed files with 1 additions and 1 deletions
16
modules/zsh/abbreviations/global-abbreviations.nix
Normal file
16
modules/zsh/abbreviations/global-abbreviations.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
flake.modules.homeManager.base.programs.zsh.zsh-abbr.globalAbbreviations = {
|
||||
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";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue