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 = {
g = "git status";
fd = "fd -HI";
ls = "ls --color";
la = "ls -Alh --color";
grep = "grep --color";
conf = "edit-config";
c = "fzf-z";
};
programs.starship = {