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 = {
|
programs = {
|
||||||
bash = {
|
bash = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
shellAliases = {
|
||||||
|
ls = "eza";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
starship = {
|
starship = {
|
||||||
enableBashIntegration = true;
|
enableBashIntegration = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue