This commit is contained in:
Dmitriy Kholkin 2024-03-05 23:51:20 +03:00
parent 82cc644a60
commit 9fc159b124
Signed by: AtaraxiaDev
GPG Key ID: FD266B810DF48DF2

View File

@ -81,11 +81,11 @@
"e" = "$EDITOR";
"q" = "${pkgs.libqalculate}/bin/qalc";
"man" = "${pkgs.pinfo}/bin/pinfo";
"l" = "${pkgs.eza}/bin/eza -lahgF@ --git --group-directories-first";
"l" = "${pkgs.eza}/bin/eza -lahg@F --git --group-directories-first";
"tree" = "${pkgs.eza}/bin/eza -T";
"ltree" = "${pkgs.eza}/bin/eza -lhgFT@ --git";
"ltree" = "${pkgs.eza}/bin/eza -lhgT@F --git";
"atree" = "${pkgs.eza}/bin/eza -aT";
"latree" = "${pkgs.eza}/bin/eza -lahgFT@ --git";
"latree" = "${pkgs.eza}/bin/eza -lahgT@F --git";
"t" = "${pkgs.translate-shell}/bin/trans";
"steam-gamescope" = "gamescope -b --steam -- steam -pipewire-dmabuf";
};