messing with ls -> exa

This commit is contained in:
James Walker 2022-01-06 20:51:37 -05:00
parent 43ccd55bb3
commit 3986842287
Signed by: walkah
GPG Key ID: 3C127179D6086E93

View File

@ -16,6 +16,7 @@
home.packages = with pkgs; [
direnv
exa
fd
git
gitAndTools.gh
@ -70,10 +71,10 @@
EDITOR = "vim";
GOPATH = "$HOME/.go";
};
};
dircolors = {
enable = true;
enableZshIntegration = true;
shellAliases = {
ls = "exa --git";
ll = "exa -lh --git";
};
};
starship = {
enable = true;