Skip to content

Commit

Permalink
home-manager/zsh: move eza to zsh, remove dircolors
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Oct 12, 2023
1 parent e626164 commit 76a7f12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 0 additions & 5 deletions home-manager/cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@
enable = true;
extraPackages = with pkgs.bat-extras; [ batdiff batman batgrep batwatch ];
};
eza = {
enable = true;
enableAliases = true;
git = true;
};
zsh.shellAliases = {
# For muscle memory...
archive = "${pkgs.ouch}/bin/ouch compress";
Expand Down
6 changes: 5 additions & 1 deletion home-manager/cli/zsh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,15 @@
};

programs = {
dircolors.enable = true;
direnv = {
enable = true;
nix-direnv.enable = true;
};
eza = {
enable = true;
enableAliases = true;
git = true;
};
fzf = {
enable = true;
fileWidgetOptions = [ "--preview 'head {}'" ];
Expand Down

0 comments on commit 76a7f12

Please sign in to comment.