Remove unneded shell aliases

This commit is contained in:
Julian Mutter 2024-06-26 12:04:58 +02:00
parent 6f0cf875d6
commit c050f62249

View File

@ -40,12 +40,10 @@ in
home.shellAliases = { home.shellAliases = {
g = "git status"; g = "git status";
fd = "fd -HI";
ls = "ls --color"; ls = "ls --color";
la = "ls -Alh --color"; la = "ls -Alh --color";
grep = "grep --color"; grep = "grep --color";
conf = "edit-config"; conf = "edit-config";
c = "fzf-z";
}; };
programs.starship = { programs.starship = {