✨ messing with ls -> exa
This commit is contained in:
parent
43ccd55bb3
commit
3986842287
7
home.nix
7
home.nix
@ -16,6 +16,7 @@
|
|||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
direnv
|
direnv
|
||||||
|
exa
|
||||||
fd
|
fd
|
||||||
git
|
git
|
||||||
gitAndTools.gh
|
gitAndTools.gh
|
||||||
@ -70,10 +71,10 @@
|
|||||||
EDITOR = "vim";
|
EDITOR = "vim";
|
||||||
GOPATH = "$HOME/.go";
|
GOPATH = "$HOME/.go";
|
||||||
};
|
};
|
||||||
|
shellAliases = {
|
||||||
|
ls = "exa --git";
|
||||||
|
ll = "exa -lh --git";
|
||||||
};
|
};
|
||||||
dircolors = {
|
|
||||||
enable = true;
|
|
||||||
enableZshIntegration = true;
|
|
||||||
};
|
};
|
||||||
starship = {
|
starship = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user