diff --git a/home-manager/zsh.nix b/home-manager/zsh.nix index 8de3926..e80ad5a 100644 --- a/home-manager/zsh.nix +++ b/home-manager/zsh.nix @@ -6,6 +6,10 @@ enableSyntaxHighlighting = true; history.size = 10000; + shellAliases = { + ls = "exa --group-directories-first --git"; + }; + oh-my-zsh = { enable = true; plugins = [