diff --git a/users/willifan/common/shell/bash.nix b/users/willifan/common/shell/bash.nix index ece7fb5..753765e 100644 --- a/users/willifan/common/shell/bash.nix +++ b/users/willifan/common/shell/bash.nix @@ -5,6 +5,9 @@ programs = { bash = { enable = true; + shellAliases = { + ls = "eza"; + }; }; starship = { enableBashIntegration = true;