mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
exa -> eza
This commit is contained in:
parent
0f4bf80126
commit
2ed7886306
2 changed files with 11 additions and 11 deletions
|
|
@ -32,7 +32,7 @@ in {
|
||||||
inherit importAll mkModules listNixFilesRecursive;
|
inherit importAll mkModules listNixFilesRecursive;
|
||||||
|
|
||||||
gerg-utils = config: f:
|
gerg-utils = config: f:
|
||||||
lib.fold lib.recursiveUpdate {}
|
lib.foldr lib.recursiveUpdate {}
|
||||||
(map (system:
|
(map (system:
|
||||||
f {
|
f {
|
||||||
inherit system;
|
inherit system;
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
inherit
|
inherit
|
||||||
(pkgs)
|
(pkgs)
|
||||||
page
|
page
|
||||||
exa
|
eza
|
||||||
;
|
;
|
||||||
inherit
|
inherit
|
||||||
(fetch-rs.packages.${pkgs.system})
|
(fetch-rs.packages.${pkgs.system})
|
||||||
|
|
@ -39,15 +39,15 @@
|
||||||
vi = "nvim";
|
vi = "nvim";
|
||||||
vim = "nvim";
|
vim = "nvim";
|
||||||
vimdiff = "nvim -d";
|
vimdiff = "nvim -d";
|
||||||
#exa is 1 too many letters
|
#eza is 1 too many letters
|
||||||
ls = "exa";
|
ls = "eza";
|
||||||
l = "exa -lbF --git";
|
l = "eza -lbF --git";
|
||||||
ll = "exa -lbGF --git";
|
ll = "eza -lbGF --git";
|
||||||
llm = "exa -lbGd --git --sort=modified";
|
llm = "eza -lbGd --git --sort=modified";
|
||||||
la = "exa -lbhHigUmuSa --time-style=long-iso --git --color-scale";
|
la = "eza -lbhHigUmuSa --time-style=long-iso --git --color-scale";
|
||||||
lx = "exa -lbhHigUmuSa@ --time-style=long-iso --git --color-scale";
|
lx = "eza -lbhHigUmuSa@ --time-style=long-iso --git --color-scale";
|
||||||
lS = "exa -1";
|
lS = "eza -1";
|
||||||
lt = "exa --tree --level=2";
|
lt = "eza --tree --level=2";
|
||||||
page = config.environment.variables.PAGER;
|
page = config.environment.variables.PAGER;
|
||||||
};
|
};
|
||||||
interactiveShellInit = "fetch-rs";
|
interactiveShellInit = "fetch-rs";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue