1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

added git info to exa, removed empty lines

Signed-off-by: Stefan Ellmauthaler <stefan.ellmauthaler@tu-dresden.de>
This commit is contained in:
Stefan Ellmauthaler 2021-10-14 13:44:11 +02:00
parent 0e1a186ac8
commit 66c823544b
2 changed files with 1 additions and 3 deletions

View File

@ -60,8 +60,6 @@
home.file.".background-image".source = ./common/wallpaper/nix-wallpaper-nineish-dark-gray.png; home.file.".background-image".source = ./common/wallpaper/nix-wallpaper-nineish-dark-gray.png;
programs.home-manager = { programs.home-manager = {
enable = true; enable = true;
}; };

View File

@ -20,7 +20,7 @@
''; '';
shellAliases = { shellAliases = {
cp = "cp -i"; cp = "cp -i";
ls = "exa --icons"; ls = "exa --icons --git";
ll = "exa --long --icons --binary --group"; ll = "exa --long --icons --binary --group";
llg = "exa --long --icons --grid --binary --group"; llg = "exa --long --icons --grid --binary --group";
lal = "ll --all"; lal = "ll --all";