Remove unneded shell aliases
This commit is contained in:
parent
6f0cf875d6
commit
c050f62249
@ -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 = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user