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
|
||||
just
|
||||
xclip
|
||||
eza
|
||||
];
|
||||
|
||||
# Bash configuration
|
||||
|
|
@ -28,6 +29,7 @@
|
|||
"o" = "xdg-open";
|
||||
"update" = "sudo nixos-rebuild switch --flake ~/dev/nixos";
|
||||
"rm" = "rm -i";
|
||||
"ls" = "eza";
|
||||
};
|
||||
|
||||
stateVersion = "25.11";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue