Skip to content

Commit

Permalink
Replace exa with lsd
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankovnatsky committed Jul 24, 2023
1 parent 1f6744f commit d23de23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions home/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ in
dogdns
du-dust
duf
difftastic
genpass
ghq
htop
Expand Down
6 changes: 3 additions & 3 deletions home/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let
in
{
home.packages = with pkgs; [
exa
lsd
fd
];

Expand Down Expand Up @@ -81,8 +81,8 @@ in
};

shellAliases = {
ls = "exa --group-directories-first --group --icons";
tree = "ls --tree";
ls = "lsd --group-dirs first --icon always -la";
tree = "ls --tree -a";
cat = "bat";
grep = "rg";
fd = "fd -HI";
Expand Down

0 comments on commit d23de23

Please sign in to comment.