configured bash to alias ls to eza

This commit is contained in:
willifan 2024-10-13 16:32:44 +02:00
parent 0ddacb06ae
commit ede1e5f9de

View file

@ -5,6 +5,9 @@
programs = { programs = {
bash = { bash = {
enable = true; enable = true;
shellAliases = {
ls = "eza";
};
}; };
starship = { starship = {
enableBashIntegration = true; enableBashIntegration = true;