made changes :3
This commit is contained in:
parent
4b8552fdb1
commit
0794ed7edd
3 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -241,7 +241,7 @@ in {
|
|||
ui = {
|
||||
dressing = true;
|
||||
lualine = true;
|
||||
hlchunk = true;
|
||||
hlchunk = false; # seems really laggy
|
||||
};
|
||||
|
||||
qol = true;
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
shellAliases = {
|
||||
# files and nav stuff
|
||||
ls = "eza";
|
||||
ls = "eza --icons=auto";
|
||||
ll = "ls -la";
|
||||
lt = "ls --tree";
|
||||
llt = "ll --tree";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue