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;
enableVteIntegration = true;
shellAliases = {
"ll" = "ls -l";
"la" = "ls -la";
".." = "cd ..";
"ll" = "ls -l";
"la" = "ls -la";
".." = "cd ..";
};
bashrcExtra = ''
source $HOME/.profile
'';
};
};
}