Fix formatting

This commit is contained in:
Filippo Berto 2021-08-30 09:22:42 +02:00
parent 5583b29705
commit 684120e8d6

View file

@ -3,14 +3,13 @@
enable = true; enable = true;
enableVteIntegration = true; enableVteIntegration = true;
shellAliases = { shellAliases = {
"ll" = "ls -l"; "ll" = "ls -l";
"la" = "ls -la"; "la" = "ls -la";
".." = "cd .."; ".." = "cd ..";
}; };
bashrcExtra = '' bashrcExtra = ''
source $HOME/.profile source $HOME/.profile
''; '';
}; };
} }