feat (home/cli): eza
This commit is contained in:
parent
0c2250e479
commit
8389f77bae
1 changed files with 2 additions and 0 deletions
|
|
@ -18,6 +18,7 @@
|
||||||
zoxide
|
zoxide
|
||||||
just
|
just
|
||||||
xclip
|
xclip
|
||||||
|
eza
|
||||||
];
|
];
|
||||||
|
|
||||||
# Bash configuration
|
# Bash configuration
|
||||||
|
|
@ -28,6 +29,7 @@
|
||||||
"o" = "xdg-open";
|
"o" = "xdg-open";
|
||||||
"update" = "sudo nixos-rebuild switch --flake ~/dev/nixos";
|
"update" = "sudo nixos-rebuild switch --flake ~/dev/nixos";
|
||||||
"rm" = "rm -i";
|
"rm" = "rm -i";
|
||||||
|
"ls" = "eza";
|
||||||
};
|
};
|
||||||
|
|
||||||
stateVersion = "25.11";
|
stateVersion = "25.11";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue