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; [ 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 = {
dircolors = { ls = "exa --git";
enable = true; ll = "exa -lh --git";
enableZshIntegration = true; };
}; };
starship = { starship = {
enable = true; enable = true;