made changes :3

This commit is contained in:
foxora 2026-03-31 04:15:07 +01:00
parent 4b8552fdb1
commit 0794ed7edd
3 changed files with 3 additions and 2 deletions

View file

@ -115,6 +115,7 @@
# cli fun
pokeget-rs # prints a random pokemon to the terminal :3
pipes # pipes program <3
cmatrix # the matrix :3
# dev
gnumake

View file

@ -241,7 +241,7 @@ in {
ui = {
dressing = true;
lualine = true;
hlchunk = true;
hlchunk = false; # seems really laggy
};
qol = true;

View file

@ -34,7 +34,7 @@
shellAliases = {
# files and nav stuff
ls = "eza";
ls = "eza --icons=auto";
ll = "ls -la";
lt = "ls --tree";
llt = "ll --tree";