configured bash to alias ls to eza
This commit is contained in:
parent
0ddacb06ae
commit
ede1e5f9de
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
|||
programs = {
|
||||
bash = {
|
||||
enable = true;
|
||||
shellAliases = {
|
||||
ls = "eza";
|
||||
};
|
||||
};
|
||||
starship = {
|
||||
enableBashIntegration = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue